Advertisement
juliusDum

Untitled

Mar 16th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. ShareZzaNewrepo git:(master) git pull
  2. remote: Enumerating objects: 5, done.
  3. remote: Counting objects: 100% (5/5), done.
  4. remote: Compressing objects: 100% (2/2), done.
  5. remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
  6. Unpacking objects: 100% (3/3), done.
  7. From https://github.com/juliusDum/ShareZzaNewrepo
  8. b7f467c..60a5244 master -> origin/master
  9. Auto-merging README.md
  10. CONFLICT (content): Merge conflict in README.md
  11. Automatic merge failed; fix conflicts and then commit the result.
  12. ➜ ShareZzaNewrepo git:(master) ✗ code .
  13. ➜ ShareZzaNewrepo git:(master) ✗ git pull
  14. error: Pulling is not possible because you have unmerged files.
  15. hint: Fix them up in the work tree, and then use 'git add/rm <file>'
  16. hint: as appropriate to mark resolution and make a commit.
  17. fatal: Exiting because of an unresolved conflict.
  18. ➜ ShareZzaNewrepo git:(master) ✗ gst
  19. On branch master
  20. Your branch and 'origin/master' have diverged,
  21. and have 1 and 1 different commits each, respectively.
  22. (use "git pull" to merge the remote branch into yours)
  23.  
  24. You have unmerged paths.
  25. (fix conflicts and run "git commit")
  26. (use "git merge --abort" to abort the merge)
  27.  
  28. Unmerged paths:
  29. (use "git add <file>..." to mark resolution)
  30. both modified: README.md
  31.  
  32. no changes added to commit (use "git add" and/or "git commit -a")
  33. ➜ ShareZzaNewrepo git:(master) ✗ git add README.md
  34. ➜ ShareZzaNewrepo git:(master) ✗ git commit -m "second commit local"
  35. [master 137a171] second commit local
  36. ➜ ShareZzaNewrepo git:(master) git pull
  37. Already up to date.
  38. ➜ ShareZzaNewrepo git:(master) git push origin master
  39. Enumerating objects: 10, done.
  40. Counting objects: 100% (10/10), done.
  41. Delta compression using up to 4 threads
  42. Compressing objects: 100% (2/2), done.
  43. Writing objects: 100% (6/6), 551 bytes | 551.00 KiB/s, done.
  44. Total 6 (delta 0), reused 0 (delta 0)
  45. To https://github.com/juliusDum/ShareZzaNewrepo.git
  46. 60a5244..137a171 master -> master
  47. ➜ ShareZzaNewrepo git:(master)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement