About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
benjamincharity
12/1/2016 - 5:19 PM
share
Share
add_circle_outline
Save
Get the amount of commits on a branch.
Get the amount of commits on a branch.
commitCount.bash
content_copy
file_download
git rev-list master.. --count
clear