Advertisement
Guest User

Untitled

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