peicheng note
My thoughts , my life . Tech and Martial arts ...etc.
首頁
About 關於這裡
2016年7月26日 星期二
[git] 開發中 rebase 拉取新的程式碼
開發中不想把修改的部份 commit ,怎麼使用 rebase 抓取新的程式碼
把修改的檔案加到 stage
git add .
git commit -m 'add to stash'
使用 pull --rebase 拉取新的程式碼
git pull --rebase origin master
途中可能要解決一些 conflict 問題
最後
git reset HEAD~1
把自己的最後一次 commit reset 掉,並保留更新的內容。
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言