Created
August 6, 2015 09:09
-
-
Save blakef/e36b14308bf45af7808b to your computer and use it in GitHub Desktop.
This file contains 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
#$ git branch --edit-description FOO | |
#$ git branches | |
#> FOO - 'some description' | |
#> Bar - | |
#> Bob - | |
[alias] | |
branches = !"for b in `git branch --list | tr -d '* '`; do echo $b " - " `git config branch.$b.description`; done" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment