Guest User

Untitled

a guest
Jul 21st, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. RoshBook:sandalstrapped Rosh$ git pull
  2. remote: Counting objects: 93, done.
  3. remote: Compressing objects: 100% (78/78), done.
  4. remote: Total 91 (delta 10), reused 0 (delta 0)
  5. Unpacking objects: 100% (91/91), done.
  6. From git@github.com:choxi/sandalstrapped
  7. c09fb3d..d8edce4 master -> origin/master
  8. You asked me to pull without telling me which branch you
  9. want to merge with, and 'branch.master.merge' in
  10. your configuration file does not tell me either. Please
  11. specify which branch you want to merge on the command line and
  12. try again (e.g. 'git pull <repository> <refspec>').
  13. See git-pull(1) for details.
  14.  
  15. If you often merge with the same branch, you may want to
  16. configure the following variables in your configuration
  17. file:
  18.  
  19. branch.master.remote = <nickname>
  20. branch.master.merge = <remote-ref>
  21. remote.<nickname>.url = <url>
  22. remote.<nickname>.fetch = <refspec>
  23.  
  24. See git-config(1) for details.
Add Comment
Please, Sign In to add comment