簡體   English   中英

在GitHub中的分支之間合並(帶有分支)

[英]Merging between forks in GitHub (with branchs)

這個問題類似於GitHub中的fork之間的合並 但是,我的問題是我想合並遠程存儲庫中的遠程分支。

我一直在嘗試:

git pull <remote_repository>/<remote_branch> master

要么

git pull <remote_repository>:<remote_branch> master

但這沒用。

我的同事說解決方案。

它是:

git pull <遠程名稱> <遠程分支>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM