2021年4月1日 星期四

git 回復檔案到舊commit點

在做程式開發 如果發現

程式有問題,想要回復到 指定的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

都已經背清除掉

沒有留言: