Advertisement
Lola_D

sharezza-conflict

Mar 2nd, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.10 KB | None | 0 0
  1. ➜  sharezza-conflict git:(master) git pull
  2. remote: Enumerating objects: 5, done.
  3. remote: Counting objects: 100% (5/5), done.
  4. remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
  5. Unpacking objects: 100% (3/3), done.
  6. From https://github.com/Lola-D/sharezza-conflict
  7.    55f35c4..e73cad3  master     -> origin/master
  8. Auto-merging README.md
  9. CONFLICT (content): Merge conflict in README.md
  10. Automatic merge failed; fix conflicts and then commit the result.
  11. ➜  sharezza-conflict git:(master)git add .
  12. ➜  sharezza-conflict git:(master)git commit -m "accept LOCAL"
  13. [master 5eb12ad] accept LOCAL
  14. ➜  sharezza-conflict git:(master) git pull
  15. Already up to date.
  16. ➜  sharezza-conflict git:(master) git push origin master
  17. Enumerating objects: 10, done.
  18. Counting objects: 100% (10/10), done.
  19. Delta compression using up to 12 threads
  20. Compressing objects: 100% (3/3), done.
  21. Writing objects: 100% (6/6), 604 bytes | 604.00 KiB/s, done.
  22. Total 6 (delta 0), reused 0 (delta 0)
  23. To https://github.com/Lola-D/sharezza-conflict.git
  24.    e73cad3..5eb12ad  master -> master
  25. ➜  sharezza-conflict git:(master)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement