Sistema de versionamento distribuído. Mais informações: https://git-scm.com.
git --version
git --help
commit
, log
, etc.):git help {{subcomando}}
git {{subcomando}}
git -C {{caminho/para/o/repo}} {{subcomando}}
git -c '{{config.chave}}={{valor}}' {{subcomando}}