public
Description: A bunch of random scripts I've either written, downloaded or clipped from #git.
Homepage:
Clone URL: git://github.com/jwiegley/git-scripts.git
git-scripts / git-full-reset
100755 4 lines (2 sloc) 0.051 kb
1
2
3
4
#!/bin/sh
 
git reset --hard HEAD && git clean -fdx