Why use 'git rm' to remove a file instead of 'rm'?

前端 未结 7 1094
不思量自难忘°
不思量自难忘° 2020-12-02 04:39

On SVN, removing something from the filesystem directly (rather than using svn) created a load of headaches.

I haven\'t found this to be an issue when using gi

相关标签:
7条回答
  • 2020-12-02 05:15

    When using git rm, the removal will part of your next commit. So if you want to push the change you should use git rm

    0 讨论(0)
提交回复
热议问题