Advertisement
Guest User

Imsuchadope

a guest
Oct 29th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. paul@paul-Satellite-C55D-B ~/minetest/games/minetest_game $ git checkout specialSwitched to branch 'special'
  2. paul@paul-Satellite-C55D-B ~/minetest/games/minetest_game $ git push origin master
  3. To git@github.com:TumeniNodes/minetest_game.git
  4. ! [rejected] master -> master (non-fast-forward)
  5. error: failed to push some refs to 'git@github.com:TumeniNodes/minetest_game.git'
  6. hint: Updates were rejected because a pushed branch tip is behind its remote
  7. hint: counterpart. Check out this branch and integrate the remote changes
  8. hint: (e.g. 'git pull ...') before pushing again.
  9. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
  10. paul@paul-Satellite-C55D-B ~/minetest/games/minetest_game $ git pull --rebase
  11. There is no tracking information for the current branch.
  12. Please specify which branch you want to rebase against.
  13. See git-pull(1) for details.
  14.  
  15. git pull <remote> <branch>
  16.  
  17. If you wish to set tracking information for this branch you can do so with:
  18.  
  19. git branch --set-upstream-to=<remote>/<branch> special
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement