X-Git-Url: https://git.xandkar.net/?p=git-cheat-sheet.git;a=blobdiff_plain;f=README.md;fp=README.md;h=81c0cb1320c60ebb1335262b4f8ffafd79cb8c89;hp=872a0abe00226bcda16a322888b3596a9257b078;hb=b5a37a6e5a2c2421ece77504c1ce97ddc0fae46a;hpb=524e725b13e43fbc020288c35fa998fff9868a4c diff --git a/README.md b/README.md index 872a0ab..81c0cb1 100644 --- 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 - git push origin :refs/tags/$tag + git push $REMOTE_NAME :refs/tags/$tag done ```