1
1
Fork 0

VCS Describe script

This commit is contained in:
Kenwood 2021-09-04 01:52:32 -04:00
parent fd8e4789b6
commit 7b2ca206b5
1 changed files with 6 additions and 0 deletions

6
.local/bin/describe.sh Executable file
View File

@ -0,0 +1,6 @@
# Just to make it easy to always get the same
# version description,
# Usage:
# ./describe.sh
git describe --abbrev=8 --always --tags