Hi Maxim On Sat, 21 Mar 2026 at 12:12, Maxim Cournoyer <[email protected]> wrote:
> etc/git/post-merge | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > [...] > +else > + exec guix git authenticate > +fi I’m not a fan to authenticate again and again after each rebase / merge. I would prefer to use the post-checkout hook. WDYT? Cheers, simon
