标签:soft 撤销 git set rem ORC res 恢复 end
注意: soft撤销可以保留已经修改的文件,hard 撤销完全恢复为指定的状态,抛弃已有的修改。
强制更新
git push origin HEAD --force
git push origin --force
修改 commit 注释
git commit --amend
修改仓库地址
git remote set-url origin [url]
git remote rm origin + git remote add origin [url]
标签:soft 撤销 git set rem ORC res 恢复 end
原文地址:https://www.cnblogs.com/ramlife/p/12059481.html