Created
August 19, 2015 18:10
-
-
Save elmarcoh/dae23bf5861ab59a0f68 to your computer and use it in GitHub Desktop.
List number of commits that are not in develop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for b in `git branch --remote`; do echo $b `git lg origin/develop..$b|wc -l` ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment