Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做到了git push,并意识到我的 .gitignore 需要更多的条目。现在如何撤消我最后的更改并git push使用修改后的 .gitignore 文件重做?
git push
你通常不想这样做。
您可以通过重置然后通过强制推送进行正确的提交来做到这一点。但是,不要那样做。如果我是唯一一个从事这个项目的人,我只会这样做。
只需进行新的提交并推送即可。