action-push-tag icon indicating copy to clipboard operation
action-push-tag copied to clipboard

Allow force push of the tag

Open thejeff77 opened this issue 2 years ago • 0 comments

What you want to add

Allow force for the tag, so that we can use this for walking tags. Eg - move the "dev" tag requires:

git tag <tagName> -f && git push origin <tagName> -f

Why this is needed

Flexibility of this plugin for more use cases.

thejeff77 avatar Jan 11 '23 18:01 thejeff77