Skip to content

Commit 1135315

Browse files
authored
Merge pull request #60 from unixorn/add-git-taglist
Add git-taglist
2 parents 4b921ce + 5f7ede1 commit 1135315

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bin/git-taglist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
#
3+
# List tags in a more useful way
4+
#
5+
# Copyright 2017, Joe Block <jpb@unixorn.net>
6+
7+
set -o pipefail
8+
9+
git tag -l --sort=v:refname | tail -n8

0 commit comments

Comments
 (0)