I'm trying to delete a local tag in a Mercurial repo using:
hg tag --remove tag-name
and I get the following message:
abort: tag 'last-working' is not a global tag
Is there a way to delete local tags?
Sure:
hg tag --remove --local tag-name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With