fin commandes usuelles

parent 06d687fd
......@@ -56,4 +56,6 @@ Si on veut remonter n niveaux
- git reset et git revert
permet un retour en arriere (efface) reset fonctionne en ocal revert permet de
partager ses modifs
*** git reset head~1***
\ No newline at end of file
***git reset head~1***
reset va creer un nouveau commit qui va annuler les modif du précedent commit.
avec push on peut partager ce retour en arrière
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment