2016-04-26 12 views

答えて

2

はい。

gitshellでこれを書いた後、「マージすることは何も」取得していないリモコン

# add remote 
git remote add <remote2> <url2> 

# checkout the desired branch (from any remote) 
git checkout master 

# merge the second remote branch to it 
git merge remote2/branch_name 

enter image description here

+0

イムから枝を2番目のリモートを追加し、マージ –

関連する問題