Skip to content

Instantly share code, notes, and snippets.

@dzc34
Created December 29, 2015 04:27
Show Gist options
  • Save dzc34/8d56bbb28218b1470456 to your computer and use it in GitHub Desktop.
Save dzc34/8d56bbb28218b1470456 to your computer and use it in GitHub Desktop.
Git, revenir en arrière d'1 commit sur la branche courante en récupérant les modifications du commit dans l'espace de travail
# Git, revenir en arrière d'1 commit sur la branche courante
# en récupérant les modifications du commit dans l'espace de travail
git reset HEAD^ --mixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment