Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ git pull --rebase
- From dev007:/home/dbeckwith/git/rh
- 02dfb60..14afd60 master -> origin/master
- You asked me to pull without telling me which branch you
- want to rebase against, and 'branch.dbeckwith.merge' in
- your configuration file does not tell me, either. Please
- specify which branch you want to use on the command line and
- try again (e.g. 'git pull <repository> <refspec>').
- See git-pull(1) for details.
- [core]
- repositoryformatversion = 0
- filemode = true
- bare = false
- logallrefupdates = true
- ignorecase = true
- [remote "origin"]
- fetch = +refs/heads/*:refs/remotes/origin/*
- url = dbeckwith@dev007:/home/dbeckwith/git/rh.git
- push = +refs/heads/*:refs/heads/*
- push = +refs/tags/*:refs/tags/*
- [branch "master"]
- remote = origin
- merge = refs/heads/master
- [push]
- default = matching
Add Comment
Please, Sign In to add comment