重建master分支
master的代码被我搞坏了 git merge temp
也弄不回来代码
我想把master的代码完全替换成temp的
在temp branch上git branch -D mastergit checkout -b mastergit branch -d temp
master的代码被我搞坏了 git merge temp
也弄不回来代码
我想把master的代码完全替换成temp的
在temp branch上git branch -D mastergit checkout -b mastergit branch -d temp