1
1
Fork 0
dotfiles/.local/bin/describe

9 lines
149 B
Bash
Executable File

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