Y
Hacker News
new
|
ask
|
show
|
jobs
by
asveikau
3275 days ago
Running `git describe` will give you the nearest tag. gitk will also show you the tag in a manner similar to how it displays a branch head.
1 comments
jhasse
3275 days ago
Btw: gitg is a slightly more modern looking gitk alternative :)
(it also shows tags similar to branch heads)
link
asveikau
3274 days ago
On the other hand, gitk is light, simple, cross-platform, and works.
link
jhasse
3274 days ago
You're right, gitg doesn't work on macOS. But since I'm only using Windows and Linux it works for me :)
link
(it also shows tags similar to branch heads)