1
0
git-reference/basic
Daniel Johnson ec06c8961f fix description of "git rm" and "git mv" to mention --cached
using git rm removes the file from the index AND the working directory,
so trying to mv the file to the new name wouldn't actually work. If you
use "git rm --cached" the file still exists to be worked with.
2010-08-18 14:49:53 -04:00
..
index.html fix description of "git rm" and "git mv" to mention --cached 2010-08-18 14:49:53 -04:00