Guest User

Untitled

a guest
Oct 20th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. You asked me to pull without telling me which branch you
  2. want to merge with, and 'branch.test.merge' in
  3. your configuration file does not tell me, either. Please
  4. specify which branch you want to use on the command line and
  5. try again (e.g. 'git pull <repository> <refspec>').
  6. See git-pull(1) for details.
  7.  
  8. If you often merge with the same branch, you may want to
  9. use something like the following in your configuration file:
  10. [branch "test"]
  11. remote = <nickname>
  12. merge = <remote-ref>
  13.  
  14. [remote "<nickname>"]
  15. url = <url>
  16. fetch = <refspec>
  17.  
  18. See git-config(1) for details.
Add Comment
Please, Sign In to add comment