SyntaxFix
Write A Post
Hire A Developer
Questions
git config --global alias.count 'rev-list --all --count'
If you add this to your config, you can just reference the command;
git count