标签: git
thumbnail

Git 如何撤回已 Push 的代码?

1.基础的手动操作(比较笨,不推荐) 2.git Revert Commit(推荐) 3.增加新分支(推荐撤回较多情况下使用) 4.Reset Current Branch 到你想要恢复的commit记录……