git
نظام تحكم في الإصدارات. بعض الأوامر الفرعية مثل
commit
وadd
وbranch
وcheckout
وpush
، وغيرها، لديها وثائق استخدام خاصة بها. لمزيد من التفاصيل: https://git-scm.com/docs/git.
git {{subcommand}}
git -C {{path/to/repo}} {{subcommand}}
git -c '{{config.key}}={{value}}' {{subcommand}}
git --help
clone
أو add
أو push
أو log
، إلخ):git help {{subcommand}}
git --version