git
Ceci est une ancienne révision du document !
mes truc et astuces pour utiliser git en ligne de commande
- la base : https://git-scm.com/cheat-sheet
- pour mettre de côté des modifs
git stash (push) -m “message”, pour les voirgit stash list, pour appliquer la première modifgit stash pop - afficher le graphique des branches
git log –all –decorate –oneline –graphougit adogvoir https://stackoverflow.com/a/35075021/10967760 - annuler un commit
git revert HASH - créer une branche et sauter dedans
git switch -c <name>
git.1777016446.txt.gz · Dernière modification : de wadmin
