From af614c269eb16d8a5cb27f305ade4bf8346b08df Mon Sep 17 00:00:00 2001 From: Juan Ignacio Donoso Date: Thu, 9 Mar 2017 14:22:47 -0500 Subject: [PATCH] Add alternative to remove remote tag --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0bc850..e2eca76 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,13 @@ git tag -d ## Delete remote tag ```sh -git push origin :refs/tags/ +git push origin : +``` + + +__Alternatives:__ +```sh +git push origin :refs/tags/ ``` ## Undo local changes with the last content in head