Created
March 9, 2013 16:39
-
-
Save nvk/5124741 to your computer and use it in GitHub Desktop.
Git I've fucked up, please reset my mess.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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