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

adding commit count

parent cf05cbfa
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
git describe --all --long > git-commit-version.txt mkdir config
\ No newline at end of file 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
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