分享至
小弟不小心留了帳號密碼連結的程式碼想改掉gitHub又不留commit紀錄請問如何修改gitHub裡面的程式碼又不添加commit紀錄的方法?
已邀請的邦友 {{ invite_list.length }}/5
git reset
git rebase
參考
本月發生 A用B電腦 結果是C身分的認證一樣輸入A的email password結果多了一個 contributor C
感謝 dragonH
使用指令 git commit --amend 修改最後一次提交紀錄之後 git push 上去
git commit --amend
git push
感謝 甲土豆帥哥
IT邦幫忙