Advertisement
Guest User

Untitled

a guest
Aug 13th, 2019
817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. paul@paul-Satellite-C55D-B ~/minetest/games/minetest_game $ git add .
  2. paul@paul-Satellite-C55D-B ~/minetest/games/minetest_game $ git commit -m 'remove spaces between brackets'
  3. [add_steel_bar_door_and_trapdoor 689fe46] remove spaces between brackets
  4. 1 file changed, 1 insertion(+), 1 deletion(-)
  5. paul@paul-Satellite-C55D-B ~/minetest/games/minetest_game $ git push origin 'add_steel_bar_door_and_trapdoor'
  6. To git@github.com:TumeniNodes/minetest_game.git
  7. ! [rejected] add_steel_bar_door_and_trapdoor -> add_steel_bar_door_and_trapdoor (fetch first)
  8. error: failed to push some refs to 'git@github.com:TumeniNodes/minetest_game.git'
  9. hint: Updates were rejected because the remote contains work that you do
  10. hint: not have locally. This is usually caused by another repository pushing
  11. hint: to the same ref. You may want to first integrate the remote changes
  12. hint: (e.g., 'git pull ...') before pushing again.
  13. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
  14. paul@paul-Satellite-C55D-B ~/minetest/games/minetest_game $ git pull origin 'add_steel_bar_door_and_trapdoor'
  15. remote: Enumerating objects: 5, done.
  16. remote: Counting objects: 100% (5/5), done.
  17. remote: Compressing objects: 100% (5/5), done.
  18. remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
  19. Unpacking objects: 100% (5/5), done.
  20. From github.com:TumeniNodes/minetest_game
  21. * branch add_steel_bar_door_and_trapdoor -> FETCH_HEAD
  22. 307f69e..cbd0d2b add_steel_bar_door_and_trapdoor -> origin/add_steel_bar_door_and_trapdoor
  23. Auto-merging mods/doors/init.lua
  24. CONFLICT (content): Merge conflict in mods/doors/init.lua
  25. Automatic merge failed; fix conflicts and then commit the result.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement