aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--using-git.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 359bba3..8fe56aa 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1163,7 +1163,7 @@ your origin:
@example
git tag -d 'RELEASE_VERSION'
-git push :refs/tags/'RELEASE_VERSION'
+git push origin :refs/tags/'RELEASE_VERSION'
@end example