aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-01-13 20:46:45 -0500
committerDrew DeVault <sir@cmpwn.com>2019-01-13 20:46:45 -0500
commitd70774ecb1add3929d0c8491a8d7d7c9021e99da (patch)
treecb6fc43a17067d2a0a5a81f6a33ad833e5052296 /git.sr.ht
parentf922c467e7a73c11f242a68b5dc1cef68bf13d6b (diff)
downloadsr.ht-docs-d70774ecb1add3929d0c8491a8d7d7c9021e99da.tar.gz
Simplify request-pull docs per Stephen's comments
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