Skip to content

Instantly share code, notes, and snippets.

@nicolae-olariu
Forked from rwaldron/branch-count.sh
Created October 10, 2017 11:35
Show Gist options
  • Save nicolae-olariu/ad4e692d2495c48d28ea123e533320ae to your computer and use it in GitHub Desktop.
Save nicolae-olariu/ad4e692d2495c48d28ea123e533320ae to your computer and use it in GitHub Desktop.
Count number of branches in a repo
git branch | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment