mariusbutuc

git no branch

Jan 4th, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [WebLev ((45ad72c...))]$ git push
  2. fatal: No destination configured to push to.
  3. [WebLev ((45ad72c...))]$ git branch
  4. * (no branch)
  5. master
  6. [WebLev ((45ad72c...))]$ git merge origin/master
  7. fatal: 'origin/master' does not point to a commit
  8. [WebLev ((45ad72c...))]$ git merge master
  9. Already up-to-date.
  10. [WebLev ((45ad72c...))]$ git merge origin
  11. fatal: 'origin' does not point to a commit
  12. [WebLev ((45ad72c...))]$ git push master
  13. fatal: 'master' does not appear to be a git repository
  14. fatal: The remote end hung up unexpectedly
  15. [WebLev ((45ad72c...))]$ git status
  16. # Not currently on any branch.
  17. # Changed but not updated:
  18. # (use "git add/rm <file>..." to update what will be committed)
  19. # (use "git checkout -- <file>..." to discard changes in working directory)
  20. #
  21. # modified: app/controllers/statics_controller.rb
  22. # deleted: spec/helpers/statics_helper_spec.rb
  23. #
  24. no changes added to commit (use "git add" and/or "git commit -a")
  25. [WebLev ((45ad72c...))]$ git branch -r
  26. WebLev@Git/HEAD -> WebLev@Git/master
  27. WebLev@Git/master
Add Comment
Please, Sign In to add comment