git pullしたとき
If you often merge with the same branch, you may want to use something like the following in your configuration file:
しかし、
git config branch.master.merge refs/heads/master git config branch.master.remote origin
とかしても意味なかった。 ".git/config"ファイルに、
[branch "ブランチ名"] remote = origin merge = refs/heads/ブランチ名
でやるとエラーでなくなった。