the conflicts shouldn't even be conflicts... most of them are on the documentation I added, like tihs:
<<<<<<< HEAD
# returns the max_sequence for this section
=======
>>>>>>> merged with other_branch_that_isnt_master
the command I did was git pull --rebase origin master
but when I just do git pull origin master
, I still get tons of conflicts everywhere.
Why is it not merging appropriately? it's like git gave up on life.
How do I get git to actually merge my files?
I'm using git on Mac Lion.