1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 18:55:24 +02:00
tldr/pages.tr/common/git.md
2025-05-07 08:04:15 -07:00

607 B

git

Dağıtım sürüö kontrol sistemi. Daha fazla bilgi için: https://git-scm.com/docs/git.

  • Bit Git alt komutunu çalıştır:

git {{alt_komut}}

  • Bit Git alt komutunu belirtilen depoda çalıştır:

git -C {{örnek/depo}} {{alt_komut}}

  • Bir Git alt komutunu belirtilen biçimlendirmeye uygun olarak çalıştır:

git -c '{{config.key}}={{değer}}' {{alt_komut}}

  • Genel yardım sayfasını görüntüle:

git --help

  • Bir Git alt komutu (commit, log gibi) için yardım sayfasını görüntüle:

git help {{alt_komut}}

  • Git sürümünü kontrol et:

git --version