Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created January 30, 2011 05:17
Show Gist options
  • Save jackdempsey/802569 to your computer and use it in GitHub Desktop.
Save jackdempsey/802569 to your computer and use it in GitHub Desktop.
~ tasks > cat ~/bin/git-scorch
#!/bin/zsh
git clean -fd
git reset --hard HEAD
~orch tasks > cat ~/.gitconfig
[user]
name = Jack Dempsey
[color]
ui = auto
[alias]
scorch = !zsh ~/bin/git-scorch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment