git remote add cv7000 ~/cv7000/-project-path
git fetch cv7000
然後去target folder 看一下目前是在哪一個 branch 工作,
再到剛剛local 的 project 去作 merge
git merge cv7000/this-branch
OK 後,就可以 push 到 server 去
git push
這樣作,local 的 project 是從 remote branch checkout 出來,所以 upstream 是 remote-branch。 所以 push 會自動 update 到 server 去。
沒有留言:
張貼留言