Guest User

Untitled

a guest
Oct 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ### delete a remote tag
  2. If you have a tag named '12345' then you would just do this:
  3. ````
  4. git tag -d 12345
  5. git push origin :refs/tags/12345
  6. ```
Add Comment
Please, Sign In to add comment