Skip to content
Snippets Groups Projects
Commit 7905d198 authored by MJB's avatar MJB
Browse files

adding commit count

parent fdae9ebe
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
mkdir config
git show --abbrev-commit --pretty=format:%h >config/.git-commit-count
git describe --all --long > config/.git-commit-version
\ No newline at end of file
git show --abbrev-commit --pretty=format:%h > git-commit-count
git describe --all --long > git-commit-version
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment