Raccourci git Oh-My-Zsh
Oh-My-Zsh comprend des raccourcis pour Git et permettent de taper la plupart des commandes en seulement quelques charactères.
Raccourci pour git status
$ gstRaccourci pour git add
$ gaRaccourci pour git commit -v --no-edit --amend
$ gcn!Raccourci pour git checkout <master|main>
$ gcmRaccourci pour git checkout ma-branche
$ gco ma-brancheRaccourci pour git checkout -b ma-branche
$ gcb ma-brancheRaccourci pour git push
$ gpRaccourci pour git pull
$ gl