<div dir="ltr">Hello All<div><br></div><div>I had a long outstanding development branch corresponding to a pull request (branch_remeshing), and in the interim i created a branch off of this branch (branch_horiz_remeshing). With J-M's help the initial branch is now merged, so now i have the following:</div><div><br></div><div>1) my initial branch (branch_remeshing) is identical to master.</div><div>2) my subsequent branch (

branch_horiz_remeshing) is merged with my initial branch.</div><div><br></div><div>and I would like it to be as if my branch-of-a-branch was instead a branch of master. from my reading of stackoverflow etc it seems like this should just be a simple call to </div><div><br></div><div>git rebase master</div><div><br></div><div>while the branch-of-a-branch is checked out, and this should be without issue. However i am getting extensive merge conflicts, even though i have already merged the branches. Is there a better/proper/preferred way to do this? </div><div><br></div><div>Apologies for mailing this list rather than one dedicated to git, but a bit of googling seemed to suggest the above, and i would like to adhere to MITgcm best practice anyhow.</div><div><br></div><div>Best</div><div>Dan</div></div>