Created
November 27, 2013 10:30
-
-
Save hcrub/7673617 to your computer and use it in GitHub Desktop.
Useful formatted git log output in bash
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
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