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-empty-branch
100755 7 lines (5 sloc) 0.087 kb
1
2
3
4
5
6
7
#!/bin/sh
 
git stash
git symbolic-ref HEAD refs/heads/$1
rm .git/index
git clean -f -d