How do we remove some files from the next commite?
-
I have a comedian I accidentally added a file I shouldn't have. It's not scary in the current comme. But how do we get him out of the next one?
-
git rm --cached foobar.txt
- remove the file from Git, but leave it on the CD.