Categorygithub.com/blabu/egeonLib
repository
0.1.33
Repository: https://github.com/blabu/egeonlib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

To delete tag from remote repository

git push --delete origin tagname

To remote tag from local repository

 git tag -d <tag_name>