Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [tikhomirov@stapel GosLinux_IC3]$ git reset --hard HEAD
  2. HEAD is now at bc94254 Fix bug 1144608
  3. [tikhomirov@stapel GosLinux_IC3]$ git pull
  4. You asked me to pull without telling me which branch you
  5. want to merge with, and 'branch.master.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. If you often merge with the same branch, you may want to
  12. use something like the following in your configuration file:
  13.  
  14. [branch "master"]
  15. remote = <nickname>
  16. merge = <remote-ref>
  17.  
  18. [remote "<nickname>"]
  19. url = <url>
  20. fetch = <refspec>
  21.  
  22. See git-config(1) for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement