merge a git branch into master

git 開分支很快,透過 git branch 就可以了,切換 local 和 server 上的  branch 是使用 git checkout, 有分支總有一天會需要匯回master, 合併的指令如下:


git checkout master
git pull origin master
git merge test
git push origin master

If I have a local branch from a remote one, I don’t feel comfortable with merging other branches than this one with the remote. Also I would not push my changes, until I’m happy with what I want to push and also I wouldn’t push things at all, that are only for me and my local repository. In your description it seems, that test is only for you? So no reason to publish it.

git always tries to respect yours and others changes, and so will --rebase. I don’t think I can explain it appropriately, so have a look at the Git book – Rebasing or git-ready: Intro into rebasingfor a little description. It’s a quite cool feature

 

 

相關文章:

Git 分支 – 分支的新建與合併
https://git-scm.com/book/zh-tw/v1/Git-%E5%88%86%E6%94%AF-%E5%88%86%E6%94%AF%E7%9A%84%E6%96%B0%E5%BB%BA%E8%88%87%E5%90%88%E4%BD%B5

解決合併的衝突
https://backlogtool.com/git-tutorial/tw/stepup/stepup2_7.html

How do I update a GitHub forked repository? 同步分出來的分支
http://max-everyday.com/2017/01/how-do-i-update-a-github-forked-repository/

Facebook網友回應

您可能也會感興趣的文章...

獅尾福腿黑體:改造思源黑體增加三角形免費商用

電腦相關應用

獅尾福腿黑體基於思源黑體的筆觸增加三角形改造,更加簡明現代化的字體。支援简体中文、繁體中文、韓文與日文;可以免費商用,歡迎大家自由應用、自由改作! 獅尾福腿黑體的特色是, […]

Read More

如何停用 macOS 裡的文字自動修正功能

電腦相關應用

macOS 的「自動修正」真的讓我很困擾!很難用!預設值應該都要全拿掉才對。 在 macOS 裡寫 email, 寫 sudo 會一直被變成 Sudo, 打 rm 變 R […]

Read More

獅尾繁中黑體:改造思源黑體的簡轉繁字型免費商用

電腦相關應用

獅尾繁中黑體基於思源黑體的簡轉繁字型;可以免費商用,歡迎大家自由應用、自由改作! 獅尾繁中黑體的特色是:簡體字轉成繁體字的字型檔,沒有很完美,比完全沒轉換好一點。不能處理 […]

Read More

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *