aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
diff options
context:
space:
mode:
Diffstat (limited to 'git.sr.ht')
-rw-r--r--git.sr.ht/send-email.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/git.sr.ht/send-email.md b/git.sr.ht/send-email.md
index 6db5a29..6809711 100644
--- a/git.sr.ht/send-email.md
+++ b/git.sr.ht/send-email.md
@@ -133,14 +133,13 @@ repository:
git remote add origin git@git.sr.ht:~yourname/some-project
git push -u origin master
-Click the link to confirm the creation of your repository. Then generate the
-pull request:
+Click the link to confirm the creation of your repository. Take care to update
+the URL provided to `git remote`. Then generate the pull request:
- git request-pull -p [rev-spec...] https://git.sr.ht/~yourname/some-project
+ git request-pull -p [rev-spec...] origin
-Take care to update the URLs in both of these commands. You can copy-paste the
-output into your email client (remember to ensure you are not sending HTML
-email) and add any timely commentary in front.
+You can copy-paste the output into your email client (remember to ensure you are
+not sending HTML email) and add any timely commentary in front.
## Handling feedback