Sistem kontrol versi terdistribusi. Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti
commit
,add
,branch
,checkout
,push
, dsb. Informasi lebih lanjut: https://git-scm.com/.
git --version
git --help
commit
,log
, dll.):git help {{subcommand}}
git {{subcommand}}
git -C {{alamat/ke/repositori}} {{subcommand}}
git -c '{{config.key}}={{value}}' {{subcommand}}