[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: using magit (and maybe mu4e) for sending patches to Guix?
From: |
Felix Lechner |
Subject: |
Re: using magit (and maybe mu4e) for sending patches to Guix? |
Date: |
Wed, 12 Jun 2024 14:55:07 -0700 |
Hi Benjamin,
On Mon, Jun 10 2024, Benjamin Slade wrote:
> so was wondering if anyone had a good Magit workflow
I use the 'W' (that's a capital W) command in Magit and then 'c' for
"create" with all the bells and whistles, ie.
- "C-m b" for base commit;
- "C-m v" for reroll count;
and for sets involving more than one patch
- "C-m l" for cover letter; and
- "C-m o" for output directory.
Then I use 'git send-mail' but I have yet to check out the growing array
of features in our 'mumi' command-line tool. It may be helpful with
sending mails now, too.
Sorry I could not be more helpful.
Kind regards
Felix