I’ve made a ton of changes on a branch and created a checkpoint. I now want that checkpoint to be the tip of main (so I don’t have to tell everyone else which branch they should be using). How would I do that?
I can only find ‘merge’ which will be a painful process of picking out a ton of non-conflicting but unwanted stuff from main.
(I did check all the doc pages starting here but couldn’t find this use-case).