Skip to content

Instantly share code, notes, and snippets.

@tannermares
Last active August 29, 2015 14:02
Show Gist options
  • Save tannermares/f55e65d016b7e1b8d060 to your computer and use it in GitHub Desktop.
Save tannermares/f55e65d016b7e1b8d060 to your computer and use it in GitHub Desktop.
GTFO: Reverts modified files and removes new files in a branch.
alias gtfo="git reset --hard && git clean --force"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment