有兩個branch:master and topic
想要把topic上3次的commit - A, B, C都commit到master上?該怎麼辦呢
原本狀況
A---B---C topic
/
D---E---F---G master
想要的結果
A---B---C topic
/ \
D---E---F---G---H master
1. 將所在的branch切換到master
git checkout master
2. 進行merge
git merge topic
就ok嚕
沒有留言:
張貼留言