夏生(なつお)@nathuo101102
Git
2 posts with this tag
git rebase 錯了怎麼辦
在日常開發中,你可能會經常使用 rebase 來重新定義分支的基準點,讓 commit history 保持線性與乾淨。不過在第一次操作時,很多人會對它感到不安,擔心一不小心就把 commit 弄不見。但實際上,rebase 並不會真的刪除你的歷史 commit。
3 mins read
|
547 words
