~sircmpwn/public-inbox

Re: Fwd: Bare Messages 07

Details
Message ID
<CAPUJBF+RbRndMmP5+juGM7_Cn3zBUxMCwudp7ZUMMVQyCZ2FEQ@mail.gmail.com>
DKIM signature
pass
Download raw message
Please, keep the mailing list in CC.

> I cant figure out sourcehut to contribute the patch.
> I tried to create a contributor account but am not receiving any
> confirmation email.
> It says I dont have to create an account to contribute patch but
> doesnt say how to do it.

You need to install and set-up git send-email, see
https://git-send-email.io/

When installed:

        git clone https://git.sr.ht/~sircmpwn/baremessages.org
        cd baremessages.org/
        git config format.subjectPrefix "PATCH baremessages.org"
        git config sendemail.to "~sircmpwn/public-inbox@lists.sr.ht"

then do some changes in the repository, commit them, and finally:

        git send-email master..HEAD
Reply to thread Export thread (mbox)