- 
      
- 
        Save smarterclayton/601c9e042872ba32e363a762cd6a01da to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| git for-each-ref \ | |
| --sort=committerdate \ | |
| --format='%(HEAD) %(refname:short)^%(objectname:short)^%(committerdate:short)^%(upstream:trackshort)^%(contents:subject)' \ | |
| refs/heads/ | | |
| column -t -s '^' | | |
| GREP_COLOR='1;32' grep --color -E '^[*] *[^ ]*|$' | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment