Distributed version control system. More information: https://git-scm.com/.
git --version
git --help
commit
, log
, etc.):git help {{subcommand}}
git {{subcommand}}
git -C {{path/to/repo}} {{subcommand}}
git -c '{{config.key}}={{value}}' {{subcommand}}