I would like to send some code amendments to the gnunet-ext repo. What are the necessary steps, please?
The easieast way:
git clone https://git.gnunet.org/gnunet-ext.git
cd gnunet-ext
Edit whatever you want to edit in the gnunet-ext
directory, then launch the following commands (feel free to change the message as it best suits you):
git add --all
git commit -m 'Write your message here'
git format-patch -1
Finally, send the 0001-Write-your-message-here.patch
file generated to this mailing list (the actual name will change according to your message).
--madmurphy