versionning
Sourcehut
→ Start a sourcehut project
Init the repository:
- add your rsa pub key in the profile
- create a repository
test-git-mail - create a mailing list associated
test-git-mailaccessible from here git clone git@git.sr.ht:~parisni/test-git-mail- init the repos with something and
git pushan initial commit
→ Send/apply patches
Send a patch :
- install and configure
git send-mailfrom the tutorial - clone the repository locally
- configure the local sendmail
git config sendemail.to "~parisni/test-git-mail@lists.sr.ht" - add commit, and then
git send-email HEAD^orgit send-email qefsfhjkh asdfhqefor multiple commits
Receive a patch :
- configure aerc
- get email and apply patch with aerc keys-map
- push commits
Ask for motifications :
- answer to the email patch
Send a modified patch :
- fix the errors
git commit --amendgit send-email --annotate -v2 HEAD^
This page was last modified:

