Skip to content

Instantly share code, notes, and snippets.

@Janfy
Created June 26, 2013 14:33
Show Gist options
  • Save Janfy/5867851 to your computer and use it in GitHub Desktop.
Save Janfy/5867851 to your computer and use it in GitHub Desktop.
Re-synchroniser une branche avec origin en abandonnant toute ses modifs et commit
git fetch origin
git reset --hard origin/master
git clean -f -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment