分享至
我在 Git 總共有 commit 1、2、3、4、5 ,我現在想要 commit 回原本 commit 1 的內容,但還要保留 commit 2、3、4、5 的歷史,請問要怎麼做,謝謝?
已邀請的邦友 {{ invite_list.length }}/5
有個不錯的學習網站,你可以試試Learn Git Branching
這網站對我有幫助,謝謝
git 如果要調整 commit 的順序,推薦可以使用 rebase
git
commit
rebase
謝謝,我再試試。
看起來像是要調整順序?
如果是的話,可以用 git rebase -i 來調整 :)
git rebase -i
我研究一下,謝謝
IT邦幫忙