reset history of a git repository 重置 git
2020 Aug 29 技術筆記
參考來源 https://gist.github.com/stephenhardy/5470814 有時候把 git 搞爛了 或是有太多歷史包袱(?) 想把儲藏庫的東西清掉 可以用以下指令 -- Remove the history from rm -rf .git -- recreate the repos from the current content only git init git add . git commit -m "Initial commit" -- push to the github remote repos ensuring you overwrite history git remote add origin git@github.com:/.git git push -u --force origin master
ABOUT ME

路老闆 Louis
路老闆有限公司創辦人、Compassio 個人品牌一站式網站系統的開發者。二十年網站與行銷實戰經驗,長期陪伴講師、顧問與創作者把專業變成品牌。每週透過電子報與 Podcast《路老闆的個人品牌診療室》,分享個人品牌、網站經營與 AI 行銷的實務觀察。
如想留言評分,請先 登入會員!