To be able to see the number of git commits in a project, use this command:
git log --oneline --all | wc -lCrafting Web Experiences
//
To be able to see the number of git commits in a project, use this command:
git log --oneline --all | wc -l