My master
branch is very out to date. Like 100+ commits behind dev
, is not longer needed anymore. If I merge with dev there are many conflicts I don't need to resolve. Plus, I have created a master-old
branch just in case. How can I make dev
as my master without having to resolve conflicts.
I tried:
- Destoy
master
an create it again fromdev
(not allowed by github) - Rebase (It need to resolve conflicts)
- Flag --theirs (not sure how to use it)