Skip to content

Instantly share code, notes, and snippets.

@nvk
Created March 9, 2013 16:39
Show Gist options
  • Save nvk/5124741 to your computer and use it in GitHub Desktop.
Save nvk/5124741 to your computer and use it in GitHub Desktop.
Git I've fucked up, please reset my mess.
# get's branch, fetches origin, resets.
alias gifu='branch=$(git rev-parse --abbrev-ref HEAD) && git fetch origin && git reset --hard origin/$branch'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment