oh-my-git
oh-my-git copied to clipboard
Graphics for tags and branches are the same : it's misleading
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.
It would be get the list of all the differences in how git
treats tags and branches to get the proper mnemonic for them.
I agree, @AlexDLSy, thanks! It would really be nice if the icons for tags and branches would be different! :)