I am taking over the ownership of a git repository which only has a master branch. I intend in branching a develop branch and drastically changing the repo structure.
If I do this and then merge back into the master. Should I be using the 'ours' merge strategy to just forcibly use my branch in merge conflicts instead of master.
Or would there be another preferred approach? Quite often in the past if I try to merge a drastically changed branch with the master branch in order to push to live, conflicts inevitable arise.