Distributed version control system. Some subcommands such as
commit
,add
,branch
,checkout
,push
, etc. have their own usage documentation, accessible viatldr git subcommand
. More information: https://git-scm.com/.
git --version
git --help
clone
, add
, push
, log
, etc.):git help {{subcommand}}
git {{subcommand}}
git -C {{path/to/repo}} {{subcommand}}
git -c '{{config.key}}={{value}}' {{subcommand}}