This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
How do I conrtribute on sourcehut? #160
Answered
by
Semisol
unbeatable-101
asked this question in
Q&A
-
PRs aren’t a core git feature, and sourcehut doesn’t have its own version of them (That I can find), so how can I submit a patch for issue #146? |
Beta Was this translation helpful? Give feedback.
Answered by
Semisol
Jul 8, 2021
Replies: 1 comment 1 reply
-
https://git-send-email.io/ for an interactive demo Or do the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
unbeatable-101
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://git-send-email.io/ for an interactive demo
Or do the following:
git send-email --to="~tenacity/tenacity-dev@lists.sr.ht" HEAD^
(to send the last commit, to send say the last N commits replaceHEAD^
withHEAD~N
)-v2
(increase it for every update)