生活 | 網路 | 程式 | 音樂 | 旅行 | 快樂與悲傷
在做程式開發 如果發現
程式有問題,想要回復到 指定的commit點
ex:
master的點在今日04/01上
希望回到 03/20的commit點 'a123456'
git reset --hard "a123456"
git push -f origin master
就可以發現server上master的commit點會是'a123456'
而且'a123456'之後的commit 也就是03/20之後的commit
都已經背清除掉
張貼留言
沒有留言:
張貼留言