Skip to content

Instantly share code, notes, and snippets.

{ TODO - PROJECT NAME HERE}

Duration: { TODO - Note the time spent/planned for this project }

{ TODO - If your project is deployed somewhere, add a link to it. Also add a link next to the GitHub description. Otherwise, remove the text below.}

To view this application live, please visit: PROJECT NAME HERE

Description

@mbMosman
mbMosman / git log visual
Created November 1, 2018 15:39
visual log of commits
git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all