Git pull不知道要合并哪个分支

时间:2013-03-17 15:49:05

标签: git pull

我承诺并推动。

然后其他人改变了我的分支,承诺和推动的东西。 我试图拉,因为我想得到这些改变。

结果:

From servername
3de3ee5..4db9ed8  Andrea     -> origin/Andrea
You asked me to pull without telling me which branch you
want to merge with, and 'branch.Andrea.merge' in
your configuration file does not tell me, either. Please
specify which branch you want to use on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details.

事情是我不明白这个解释。 我的分支名称绝对是Andrea,但git pull andrea也不起作用。 我怎么拉?

1 个答案:

答案 0 :(得分:0)


这将从分支原点/ Andrea拉出来。 当您将分支更改为从中删除时非常有用。 如果您经常从同一分支拉出,您可能希望在设置中设置它here