so basically I:
- Made a Github repository and cloned it to my desktop
- Modified the README.md file from Github and forgot to pull it to my desktop
- Made over 10 commits from like 2 hours of code
Git won't let me push:
![rejected]
error: failed to push some refs
Git won't let me pull:
Auto-merging README.md
CONFLICT (content): Merge conflict in README.md
Automatic merge failed; fix conflicts and then commit the result.
What can I do?