Skip to content

Instantly share code, notes, and snippets.

@baikaresandip
Created March 25, 2019 08:41
Show Gist options
  • Save baikaresandip/e5b8fcd210bd2c657b9d7d18e3535141 to your computer and use it in GitHub Desktop.
Save baikaresandip/e5b8fcd210bd2c657b9d7d18e3535141 to your computer and use it in GitHub Desktop.
Count the number of branches in your Local + Remote repository
git branch -a | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment