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網友回應

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

影片剪輯軟體「威力導演16簡易版」正版限時免費下載(含序號)

電腦相關應用

「威力導演 16簡易版」對於想要剪輯影片的新手、Vlog或Youtuber,是個入門的好機會。 一般民眾很少人會想花時間去編輯影片,一個是懶的花時間去學,也可能覺得自己編 […]

Read More

文字游標瀏覽頁面 Caret Browsing

電腦相關應用

今天我的 chrome 瀏覽器彈出一個對話框,問我要不要啟用 「文字游標瀏覽」Caret Browsing,並說使用 F7 這個熱鍵可以用來開啟或關閉這一個服務。 到Go […]

Read More

Krita 的熱鍵

電腦相關應用

有空多學點技能滿好的,我很喜歡 krtia 這個繪圖軟體,因為好用、免費又跨平台,學了之後不怕換電腦後沒辦法使用。 這些熱鍵的要不要去背起來,取決於你使用該功能幾次: 如 […]

Read More

發佈留言

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