Re: Automatically re-running commands during an interactive rebase or post commit
From: Phillip Wood <hidden>
Date: 2023-06-02 09:57:48
From: Phillip Wood <hidden>
Date: 2023-06-02 09:57:48
Hi Elijah On 31/05/2023 05:14, Elijah Newren wrote: >
... lots of helpful comments ... Anyway, if you want a low-level do-a-merge thing, use `git merge-tree`.
Thanks for taking the time to explain that, I hadn't really paid attention to the changes to "git merge-tree" it looks nice - I should switch a couple of scripts I've got from using "git merge-recursive" over to that. Best Wishes Phillip