Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ git pull
- remote: Enumerating objects: 5, done.
- remote: Counting objects: 100% (5/5), done.
- remote: Compressing objects: 100% (2/2), done.
- remote: Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
- Unpacking objects: 100% (3/3), done.
- From https://github.com/Zholdek/04-GererUnConfilt
- 2ba0b9e..6d03d85 master -> origin/master
- Auto-merging README.md
- CONFLICT (content): Merge conflict in README.md
- Automatic merge failed; fix conflicts and then commit the result.
- $ nano README.md
- $ git add .
- $ git commit -m "Choiced"
- [master f3012dd] Choiced
- $ git pull
- Already up to date.
- $ git push origin master
- Enumerating objects: 10, done.
- Counting objects: 100% (10/10), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (4/4), done.
- Writing objects: 100% (6/6), 547 bytes | 547.00 KiB/s, done.
- Total 6 (delta 2), reused 0 (delta 0)
- remote: Resolving deltas: 100% (2/2), completed with 1 local object.
- To https://github.com/Zholdek/04-GererUnConfilt.git
- 6d03d85..f3012dd master -> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement