28 Jun
2007
28 Jun
'07
9:36 a.m.
2007/6/28, Andrew Fyfe <andrew@neptune-one.net>:
For those wondering how to remove tags from remote repos...
Me, I figured out how to remove branches and tags locally but not how to push them :)
remove tags: git push <repo url> :tags/<tag name> remove branches: git push <repo url> :heads/<branch name>
Much appreciated :)