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