Remove files that are listed in the .gitignore
commandgit rm --cached `git ls-files -i --exclude-from=.gitignore`
Ref: http://stackoverflow.com/a/13541721
Sunday, September 13, 2015 7:29 PM 0 Comments
git rm --cached `git ls-files -i --exclude-from=.gitignore`
© Copyright 2014 Kittinan |
0 comments: