Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [WebLev ((45ad72c...))]$ git push
- fatal: No destination configured to push to.
- [WebLev ((45ad72c...))]$ git branch
- * (no branch)
- master
- [WebLev ((45ad72c...))]$ git merge origin/master
- fatal: 'origin/master' does not point to a commit
- [WebLev ((45ad72c...))]$ git merge master
- Already up-to-date.
- [WebLev ((45ad72c...))]$ git merge origin
- fatal: 'origin' does not point to a commit
- [WebLev ((45ad72c...))]$ git push master
- fatal: 'master' does not appear to be a git repository
- fatal: The remote end hung up unexpectedly
- [WebLev ((45ad72c...))]$ git status
- # Not currently on any branch.
- # Changed but not updated:
- # (use "git add/rm <file>..." to update what will be committed)
- # (use "git checkout -- <file>..." to discard changes in working directory)
- #
- # modified: app/controllers/statics_controller.rb
- # deleted: spec/helpers/statics_helper_spec.rb
- #
- no changes added to commit (use "git add" and/or "git commit -a")
- [WebLev ((45ad72c...))]$ git branch -r
- WebLev@Git/HEAD -> WebLev@Git/master
- WebLev@Git/master
Add Comment
Please, Sign In to add comment