Pull#

You asked me to pull without telling me which branch ...#

You asked me to pull without telling me which branch you want to merge with, and 'branch.master.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.

Try doing

$ git pull origin master

or change your .git/config file and add -

[branch "master"]
  remote = origin
  merge = refs/heads/master

Git