星期四, 7月 28, 2016

[GIT] 分支更新至master最新版本的處理方法筆記

常常遇到branch開工到一半遇到要更新master上面的code,
找了一些Stackoverflow上面的方法來研究看看:

Merge


git checkout develop
git merge master


Cheey-Pick

Rebase


參考


  1. http://stackoverflow.com/questions/3876977/update-git-branches-from-master
  2. https://blog.wu-boy.com/2011/03/git-%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6-branch-model-%E5%88%86%E6%94%AF%E6%A8%A1%E7%B5%84%E5%9F%BA%E6%9C%AC%E4%BB%8B%E7%B4%B9/
  3. https://blog.wu-boy.com/2016/04/git-flow-tips/

沒有留言:

張貼留言

留個話吧:)

其他你感興趣的文章

Related Posts with Thumbnails