diff options
Diffstat (limited to 'www/contributing.html')
-rw-r--r-- | www/contributing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/contributing.html b/www/contributing.html index 7a31a08..652805b 100644 --- a/www/contributing.html +++ b/www/contributing.html @@ -162,7 +162,7 @@ <div class="literal"> $ git tag -s pull-new-feature-x<br /> - $ git push --all --tags<br /><br /> + $ git push --tags<br /><br /> $ git request-pull origin/master fork pull-new-feature-x >pr.txt<br /> # email contents of pr.txt |