1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Kenwood c436d5b27a Move describe.sh so it has a nicer cli name 2021-09-07 02:19:30 -04:00
Kenwood 7b2ca206b5 VCS Describe script 2021-09-04 01:52:32 -04:00
1 changed files with 8 additions and 0 deletions

8
.local/bin/describe Executable file
View File

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