oh-my-git icon indicating copy to clipboard operation
oh-my-git copied to clipboard

Graphics for tags and branches are the same : it's misleading

Open AlexDLSy opened this issue 3 years ago • 2 comments

image

It would help the user to differentiate between tags like 'v1' .. 'v3' and 'main' which is a branch, not a tag. You can't run "git tag -d main" although main and vx tags show exactly the same in the graph view.

I believe that it would add some readability to introduce a difference in the way they show for UX comfort.

AlexDLSy avatar Mar 10 '21 16:03 AlexDLSy

It would be get the list of all the differences in how git treats tags and branches to get the proper mnemonic for them.

abitrolly avatar Mar 15 '21 09:03 abitrolly

I agree, @AlexDLSy, thanks! It would really be nice if the icons for tags and branches would be different! :)

blinry avatar Mar 24 '21 14:03 blinry