Skip to content

Instantly share code, notes, and snippets.

@dragonfax
Created February 5, 2013 01:29
Show Gist options
  • Save dragonfax/4711339 to your computer and use it in GitHub Desktop.
Save dragonfax/4711339 to your computer and use it in GitHub Desktop.
need a quick network graph in git? how about "git ig" alias to make it happen. Thanks Jaime (@ober)
~/.gitconfig: lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment