summaryrefslogtreecommitdiff
path: root/doc/source/dev/gitwash
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/dev/gitwash')
-rw-r--r--doc/source/dev/gitwash/development_setup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/gitwash/development_setup.rst b/doc/source/dev/gitwash/development_setup.rst
index 4c64b1db9..1ebd4b486 100644
--- a/doc/source/dev/gitwash/development_setup.rst
+++ b/doc/source/dev/gitwash/development_setup.rst
@@ -117,7 +117,7 @@ so it pulls from ``upstream`` by default. This can be done with::
You may also want to have easy access to all pull requests sent to the
NumPy repository::
- git config --add remote.upstream.fetch '+refs/pull//head:refs/remotes/upstream/pr/'
+ git config --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
Your config file should now look something like (from
``$ cat .git/config``)::