Skip to content

Instantly share code, notes, and snippets.

@heckj
Forked from jessesquires/gitsl.sh
Created July 30, 2017 23:16
Show Gist options
  • Save heckj/32f559e9665a5e4a074b02a99c4dfc7d to your computer and use it in GitHub Desktop.
Save heckj/32f559e9665a5e4a074b02a99c4dfc7d to your computer and use it in GitHub Desktop.
git "smartlog" / "pretty log"
git log --graph --pretty=format:'commit: %C(bold red)%h%Creset %C(red)<%H>%Creset %C(bold magenta)%d %Creset%ndate: %C(bold yellow)%cd %Creset%C(yellow)%cr%Creset%nauthor: %C(bold blue)%an%Creset %C(blue)<%ae>%Creset%n%C(cyan)%s%n%Creset'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment