Advertisement
Zholdek

Retour sur les lieux du crime

May 18th, 2020
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. $ 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 1), reused 0 (delta 0), pack-reused 0
  6. Unpacking objects: 100% (3/3), done.
  7. From https://github.com/Zholdek/04-GererUnConfilt
  8. 2ba0b9e..6d03d85 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.  
  13. $ nano README.md
  14.  
  15. $ git add .
  16.  
  17. $ git commit -m "Choiced"
  18. [master f3012dd] Choiced
  19.  
  20. $ git pull
  21. Already up to date.
  22.  
  23. $ git push origin master
  24. Enumerating objects: 10, done.
  25. Counting objects: 100% (10/10), done.
  26. Delta compression using up to 4 threads
  27. Compressing objects: 100% (4/4), done.
  28. Writing objects: 100% (6/6), 547 bytes | 547.00 KiB/s, done.
  29. Total 6 (delta 2), reused 0 (delta 0)
  30. remote: Resolving deltas: 100% (2/2), completed with 1 local object.
  31. To https://github.com/Zholdek/04-GererUnConfilt.git
  32. 6d03d85..f3012dd master -> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement