Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.90 KB | None | 0 0
  1. remote: Counting objects: 12, done.
  2. remote: Compressing objects: 100% (10/10), done.
  3. remote: Total 10 (delta 4), reused 0 (delta 0)
  4. Unpacking objects: 100% (10/10), done.
  5. From github.com:ahmetalpbalkan/orman
  6.  + 512bffd...a39c1ce master     -> origin/master  (forced update)
  7. You asked me to pull without telling me which branch you
  8. want to rebase against, and 'branch.master.merge' in
  9. your configuration file does not tell me, either. Please
  10. specify which branch you want to use on the command line and
  11. try again (e.g. 'git pull <repository> <refspec>').
  12. See git-pull(1) for details.
  13.  
  14. If you often rebase against the same branch, you may want to
  15. use something like the following in your configuration file:
  16.  
  17.     [branch "master"]
  18.     remote = <nickname>
  19.     merge = <remote-ref>
  20.     rebase = true
  21.  
  22.     [remote "<nickname>"]
  23.     url = <url>
  24.     fetch = <refspec>
  25.  
  26. See git-config(1) for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement