Skip to content

Instantly share code, notes, and snippets.

@abel0b
Created December 31, 2019 10:32
Show Gist options
  • Save abel0b/7596e68db6233e4d9f82f02f62098ba1 to your computer and use it in GitHub Desktop.
Save abel0b/7596e68db6233e4d9f82f02f62098ba1 to your computer and use it in GitHub Desktop.
Git version number
echo $(git rev-list --all --count).$(git rev-parse --short HEAD)$([[ -z "$(git status --porcelain --untracked-files=no)" ]] || echo "+")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment