Compare commits
2 Commits
fd8e4789b6
...
c436d5b27a
Author | SHA1 | Date |
---|---|---|
|
c436d5b27a | |
|
7b2ca206b5 |
|
@ -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
|
Loading…
Reference in New Issue