Skip to content

Instantly share code, notes, and snippets.

@cnocon
Created May 30, 2020 22:57
Show Gist options
  • Save cnocon/36cf610b8a9fc2614f8703658e5a0bd1 to your computer and use it in GitHub Desktop.
Save cnocon/36cf610b8a9fc2614f8703658e5a0bd1 to your computer and use it in GitHub Desktop.
blog snippet
git for-each-ref --sort=-committerdate refs/heads/ --color --format="%(HEAD)%(color:bold)%(refname:short)%(color:reset);%(color:green)%(committerdate:relative)%(color:reset);%(committerdate:format:'%m/%d/%Y\ %H:%M');%(color:cyan)%(authorname)%(color:reset);%(color:yellow)%(objectname:short)%(color:reset) %(color:italic)%(contents:subject)%(color:reset)" | column -t -s ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment