We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b921ce + 5f7ede1 commit 1135315Copy full SHA for 1135315
bin/git-taglist
@@ -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