If you need a build number that is related to you code commits via GIT, one good idea is to get the revision list number:
git rev-list HEAD --count
If you need a build number that is related to you code commits via GIT, one good idea is to get the revision list number:
git rev-list HEAD --count