gitSystème de gestion de versions décentralisé. Certaines commandes comme
commit,add,branch,switch,push, etc. ont leur propre documentation. Plus d'informations : 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]}} {{texte_du_message}}
git push
git pull
git reset --hard; git clean {{[-f|--force]}}