Here is a lot of what I'm getting:
<<<<<<< HEAD
code
=======
>>>>>>> Merge branch 'master' of code_url into not_master
and there are tons of those occurring multiple times in 40+ files. Is there a different way to merge such that it correctly resolves conflicts on its own? I feel like whenever it encounters any simultaneous difference in a location a file, git decides to flip ALL THE TABLES.
(╯°□°)╯︵ buıbɹǝɯ ʇıb
I looked at rebase, and it MAY have been what I have needed when I started the branch. To start rebasing - I still need to deal with all these conflicts.