Skip to content

Instantly share code, notes, and snippets.

@joaodubas
Created December 11, 2011 18:17
Show Gist options
  • Save joaodubas/1461901 to your computer and use it in GitHub Desktop.
Save joaodubas/1461901 to your computer and use it in GitHub Desktop.
Git graph alias
git config --global alias.graph "log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment