git
Gedistribueerd versiebeheersysteem. Sommige subcommando's zoals
commit
,add
,branch
,checkout
,push
, etc. hebben hun eigen documentatie. Meer informatie: https://git-scm.com/docs/git.
git {{subcommando}}
git -C {{pad/naar/repo}} {{subcommando}}
git -c '{{config.key}}={{waarde}}' {{subcommando}}
git {{[-h|--help]}}
clone
, add
, push
, log
, enz.):git help {{subcommando}}
git {{[-v|--version]}}