git

Gedistribueerd versiebeheersysteem. Sommige subcommando’s zoals commit, add, branch, switch, push, etc. hebben hun eigen documentatie. Meer informatie: https://git-scm.com/docs/git.

git init

git clone {{https://example.com/repo.git}}

git status

git add {{[-A|--all]}}

git commit {{[-m|--message]}} {{bericht_tekst}}

git push

git pull

git reset --hard; git clean {{[-f|--force]}}