/ Published in: Bash
URL: http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/
To do after "git add ." in each commit
Expand |
Embed | Plain Text
git ls-files -deleted | xargs git rm
You need to login to post a comment.
andresbravog on 06/17/10
1 person have marked this snippet as a favorite
URL: http://importantshock.wordpress.com/2008/08/07/git-vs-mercurial/
To do after "git add ." in each commit
git ls-files -deleted | xargs git rm
You need to login to post a comment.