I'm trying to rebase...you can read all about my trials here.
I'm working on an XCode project and after I've performed a get rebase master my_branch
, I get messages about conflicts. I'm trying to resolve them. The text files are easy. There are also some XCode config files, that I basically want to keep and don't need any manual resolution.
So...after I've resolved the conflicts in my source files what do I do? Is there a way to mark the files as resolved? Do I commit them to the local repo? Or do I just do a git rebase --continue
?