"Frank Li" <lznuaa@xxxxxxxxx> writes: > For example there are a file a.c at git repository. > use > git mv a.c b.c > > git status: > # On branch master > # Changes to be committed: > # (use "git reset HEAD <file>..." to unstage) > # > # renamed: a.c -> b.c > > If we don't want to stage this change at this commit, what can I do? I may be misunderstanding what you want to do, but wouldn't "git mv b.c a.c" undo whatever you did? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html