Guest User

Untitled

a guest
Jan 13th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. $ git pull --rebase
  2. From dev007:/home/dbeckwith/git/rh
  3. 02dfb60..14afd60 master -> origin/master
  4. You asked me to pull without telling me which branch you
  5. want to rebase against, and 'branch.dbeckwith.merge' in
  6. your configuration file does not tell me, either. Please
  7. specify which branch you want to use on the command line and
  8. try again (e.g. 'git pull <repository> <refspec>').
  9. See git-pull(1) for details.
  10.  
  11.  
  12.  
  13. [core]
  14. repositoryformatversion = 0
  15. filemode = true
  16. bare = false
  17. logallrefupdates = true
  18. ignorecase = true
  19. [remote "origin"]
  20. fetch = +refs/heads/*:refs/remotes/origin/*
  21. url = dbeckwith@dev007:/home/dbeckwith/git/rh.git
  22. push = +refs/heads/*:refs/heads/*
  23. push = +refs/tags/*:refs/tags/*
  24. [branch "master"]
  25. remote = origin
  26. merge = refs/heads/master
  27. [push]
  28. default = matching
Add Comment
Please, Sign In to add comment