brad
February 8, 2025, 9:08pm
1
Wappler Version : 7 Beta 17
Operating System : MacOS
Server Model: N/A
Database Type: N/A
Hosting Type: N/A
Expected behavior
What do you think should happen?
When you remove a tag in the GIT Manager it should remain deleted
Actual behavior
What actually happens?
Tags gets hidden, but then a refresh of the GIT Panel brings the deleted tags back.
How to reproduce
Create a tag and remove or remove an existing tag using the context menu.
Refresh the GIT Panel using the refresh button.
The deleted tags return.
brad
March 28, 2025, 8:40pm
3
Bump .... still an issue in Beta 23.
I don't think this is a bug, when you press refresh it fetches the remotes where I assume you still have the tag.
brad
March 31, 2025, 3:30pm
5
So there is no way to remove tags then?
I tried removing the tags and the pushing to remote and the tags just came back.
You have to first remove it on the remote, then remove it locally. When you have removed it on the remote it will not come back after a refresh.
1 Like
If you have other users also working on the same repository it can be problematic when you remove a tag that is already pushed to the remote.
Docker Desktop doesn't allow you to delete tags that have been pushed.
Tag can't be deleted · Issue #9938 · desktop/desktop
There is a cli git command to delete the remote tag.
git push --delete origin <tagname>
On GitHub you can do it using your browser.
When another user already downloaded that tag from the remote and has it locally in his repository it will be pushed back to the remote again when he also not deletes it in his repository. So you have to make sure it is deleted in all copies of the repositories or it will come back.
brad
April 10, 2025, 2:29pm
8
Thanks Patrick I will give that a try. I am the only user.
system
Closed
April 12, 2025, 4:12pm
10
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.