Show if a tag is remote or local
I think we should be able to see if a tag is remote or local.
An example of the problem I have about that :
I created a tag "actuallyOnMachineBlablabla", so my colleagues can know what commit corresponds on what is on the machine. A couple of weeks ago, I have deleted the tag. But all my colleagues have still the tag "actuallyOnMachineBlablabla", but local. So they think this is where the machine is at. But that is some old code with importants bug that have been corrected from a long time.
Comments: 12
-
13 Oct, '21
Steven Powell MergedSorry by labels I meant tags.
1 -
15 Feb, '22
Sam Smith MergedSeconded. There's currently no visual identifier anywhere for this. It looks like the client knows this information too as right clicking a tag that is only local provides a different context menu to those that have been pushed to origin.
1 -
29 Mar, '22
Ricardo Torres+1 to this. It surprised me this wasn't a thing already. I just sent an email to support because I thought this was a bug, and I was given this link. In my company we use tags to "mark" versions in our master branch, and one can easily forget about pushing a tag since we don't know if we pushed it already or not.
1 -
01 Jul, '22
Terrence Jones MergedI came here to post this myself. Indeed, because there's no visual indication, I find myself re-pushing tags for our version labels just to be sure since.
1 -
06 Nov, '22
Jeff Thomas+1 I keep forgetting to push tags because I can't see if they are on the repository or only local...would be a small but great improvment!
1 -
27 Mar, '23
Joey Kelroy Admin"Visually Identify Pushed/Not pushed tags" (suggested by Steven Powell on 2021-10-12), including upvotes (19) and comments (3), was merged into this suggestion.
2 -
23 Oct, '23
Ross MergedWhen creating a tag there are no indications that the tags have been pushed to any remote origin.
2
For build systems where the tag is used as the release version not realising the tag hasn't been pushed yet can cause confusion and version issues.
Showing a tags origin just like the branches would allow you to quickly see what has been pushed and where. -
24 Oct, '23
Roel van der SteenCurrently I go to GitHub web to quickly get an overview of pushed tags. This feature should be available from within Gitkraken.
2 -
25 Oct, '23
Joey Kelroy Admin"Show tags with origin icons" (suggested by Ross on 2023-10-23), including upvotes (1) and comments (0), was merged into this suggestion.
2 -
27 Oct, '23
Joey Kelroy Admin"Visual indicator for tag that is pushed" (suggested by Martin Fischer on 2023-10-27), including upvotes (1) and comments (0), was merged into this suggestion.
2 -
09 Nov, '23
Tobias GaertnerA must have and long time missing feature!
3 -
30 Oct, '24
ChrisThis is very important feature, please add.