git merge倉

git merge --no-ff branchgit

合併指定代碼get

若是有衝突it

git mergetool   可視化解決衝突, qa! 全退出可視化

若是修復失敗註釋

git checkout branch -f  還原原分支代碼co

合併提交記錄push

git commit --amend 使用上一次的提交記錄commit

git rebase -i HEAD~3  從新合併這三條記錄分支

pik 是一條註釋,fixup 是不要了,squash 合併到上一個裏面  其它的功能還有,wq後便可

git push -f 覆蓋提交便可

相關文章
相關標籤/搜索