Skip to content
Snippets Groups Projects
post-commit 121 B
#!/bin/bash
git show --abbrev-commit --pretty=format:%h > git-commit-count
git describe --all --long > git-commit-version