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-erase-reflog
100755 3 lines (2 sloc) 0.044 kb
1
2
3
#!/bin/sh
git reflog expire --expire=0 "$@"