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

git help {{subcommand}}

git --version