-
-
Save matburt/1622282 to your computer and use it in GitHub Desktop.
Generate Git Versions/revisions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
VERNAME=`git describe --long | sed "s/-g.*//g"` | |
VERCODE=`git rev-list --all | wc -l` | |
# Do something with the verson number here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment