Replace "origin" with $REMOTE_NAME
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 7 Oct 2014 14:41:01 +0000 (10:41 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 7 Oct 2014 14:41:01 +0000 (10:41 -0400)
README.md

index 872a0ab..81c0cb1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,6 +60,6 @@ Deleting all tags, locally and remotely
 for tag in `git tag`;
 do
     git tag -d $tag
 for tag in `git tag`;
 do
     git tag -d $tag
-    git push origin :refs/tags/$tag
+    git push $REMOTE_NAME :refs/tags/$tag
 done
 ```
 done
 ```
This page took 0.018111 seconds and 4 git commands to generate.