-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to delete remote tags? #2635
Comments
Deleting local tags is only futile if you've already pushed them. What if pressing 'd' brought up a menu that asked if you wanted to delete the local tag, delete the remote tag, or delete both? We could then use that with branches as well. With that approach we're not interfering with muscle memory. |
Well the menu thingy sounds nice, had me on "we could then use that with branches as well". I'd chuck a |
Agreed |
Hey @jesseduffield can I pick this up? |
Go for it @AzraelSec ! |
Discussed in #2633
Originally posted by AndrewSav May 17, 2023
I was able to figure out how to create local tags and push them, but I don't seem to be able to push a deleted local tag. Is this possible?
Also it seems deleting tags locally is futile anyway, they come back from the remote in a minute anyway... Is it possible to make it stick?
P.S. currently achieved through a custom command (eyeballed it):
The text was updated successfully, but these errors were encountered: