changes.mady.by.user Burke Mamlin
Saved on Apr 11, 2012
...
Git
SVN
rm myfile.txt To remove from Git's index & add to Git ignore: git rm --cached myfile.txt To remove from Git's index (doesn't delete file): git rm myfile.txt______________
rm myfile.txt
git rm --cached myfile.txt
git rm myfile.txt
svn rm myfile.txt______________
svn rm myfile.txt