Skip to content

Instantly share code, notes, and snippets.

@hcrub
Created November 27, 2013 10:30
Show Gist options
  • Save hcrub/7673617 to your computer and use it in GitHub Desktop.
Save hcrub/7673617 to your computer and use it in GitHub Desktop.
Useful formatted git log output in bash
git log --graph --pretty=format:'%Cred%h%Creset -%C(white)%d%Creset %s'
// Output Example:
* fe14be7 - (HEAD, origin/development_v1.4.0, development_v1.4.0) Updated/Cleaned/Formatted Filter Controller
* dd5ac6e - Updated/Cleaned/Formatted Camera Controller
* 5fe469f - refs #3, CC Crash on Appending nil NSString
* 73b7655 - refs #5, Updated Sign-out route -> /venues/VENUE_ID/checkins/SESSION_ID
etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment