Skip to content

Commit 012fbbd

Browse files
authored
Add alternative to remove remote tag
1 parent c98730c commit 012fbbd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,13 @@ git tag -d <tag-name>
285285

286286
## Delete remote tag
287287
```sh
288-
git push origin :refs/tags/<tag-name>
288+
git push origin :refs/tags/<remote_tagname>
289+
```
290+
291+
292+
__Alternatives:__
293+
```sh
294+
git push origin :<remote_tagname>
289295
```
290296

291297
## Undo local changes with the last content in head

0 commit comments

Comments
 (0)