I uploaded a project, made a bunch of changes and wanted to revert to a previous commit. Made a branch off that and there are 3 commits in the main branch after where I branched. How do I make the secondary branch the main branch and ignore the 3 changesets after the branching point? Basically don't want to have to merge with the successive main branch changesets.