私はコミットしてプッシュしました。
その後、他の誰かが私のブランチで何かを変更し、コミットしてプッシュしました。これらの変更を取得したかったので、プルしようとしました。
結果:
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
どちらも機能しません。どうやって引っ張ればいいの?