Skip to content

Instantly share code, notes, and snippets.

@leoh0
Created February 26, 2015 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leoh0/d95f33143f6c7dc34e5b to your computer and use it in GitHub Desktop.
Save leoh0/d95f33143f6c7dc34e5b to your computer and use it in GitHub Desktop.
git fetch origin && git fetch origin --tags && git reset --hard $(git ls-remote | grep -w 'refs/heads/master' | awk '{print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment