git rm 和 git reset HEAD 区别
1. git rm --cached file will remove the file from the stage. That is, when you commit the file will ...
1. git rm --cached file will remove the file from the stage. That is, when you commit the file will ...