2
我已經分叉了一個回購庫,並且需要保持它隨原始更改而更新。從非源存儲庫合併
我有一個上游遠程指向原來的,並想知道這個工作流程是否有意義?任何建議或改進歡迎。
#from master branch I do..
git checkout -b new_branch
#do some work, commit my changes, then...
git fetch upstream master
git merge upstream/master
我敢肯定,我可以在這種情況下重訂爲好,也許更有意義,但想知道如果上面會做的工作。
顯然我應該檢查我的眼睛。感謝您指出。 – Learath2
@ Learath2不用擔心':)' – sircapsalot