Move describe.sh so it has a nicer cli name
This commit is contained in:
8
.local/bin/describe
Executable file
8
.local/bin/describe
Executable 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
|
||||
Reference in New Issue
Block a user