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-addremove
100755 5 lines (3 sloc) 0.067 kb
1
2
3
4
5
#!/bin/sh
 
git add -A
git ls-files --deleted -z | xargs -0 git rm