Show git tags from most recent created and filter by tag name 🎏
Why we need this? In case we want to know which tag is newest. We want to know tag description by commit message. Git command options git log --no-walk --tags --pretty="%h %d %s" --decorate=full | grep "tag-name" Output's template: <shortened vers...



