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-mail
accessible from here git clone git@git.sr.ht:~parisni/test-git-mail
- init the repos with something and
git push
an initial commit
→ Send/apply patches
Send a patch :
- install and configure
git send-mail
from 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 asdfhqe
for 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 --amend
git send-email --annotate -v2 HEAD^
This page was last modified: