GIT - Rebase - How to deal with conflicts
I am working on a project that has two branches: master and feature The feature branch was created some time ago and has numerous commits. Since the feature branch was created there have been a couple of commits to master At this point when I go to rebase off of master I get conflicts. I resolve them and then rebase --continue . Then I get conflicts again, and again resolve and rebase --continue . This happens over and over and many times it seems like they are the same conflicts that are appearing. In my mind here is what is happening: master(commits)->a->b feature(commits)->c->d->e->f->g