summaryrefslogtreecommitdiff
path: root/zsh/gitHelp
blob: 4d4d686124328ba2adfe00a3263a75337296822d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Trouduction de Git

clone / cloner : "git clone"
tirer / tir / poule : "git pull"
statut / sta : "git status"
ajouter / aj : "git add"
atome_de_code / ato : "git commit -m" # voir bitoduc.fr, Commit
pousser / pous : "git push"
poussétiquettes / poussE : "git push --follow-tags"
difference / ference / "git diff"
tronc / tr : "git log"
resto / restau : "git restore"
étiquette / etiqu : "git tag"
branche : "git branch"