Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Created July 10, 2019 17:47
Show Gist options
  • Save imylomylo/6ad30a76e5809ddb2164bba8ff99af1a to your computer and use it in GitHub Desktop.
Save imylomylo/6ad30a76e5809ddb2164bba8ff99af1a to your computer and use it in GitHub Desktop.
git total commits in a branch
git log --pretty=format:'' | wc -l
27812
@imylomylo
Copy link
Author

curl -s https://api.github.com/repos/komodoplatform/komodo | jq .stargazers_count
65

@imylomylo
Copy link
Author

contributors commit count: git shortlog -s -n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment