Skip to content

Instantly share code, notes, and snippets.

@pawelrubin
Last active November 28, 2019 11:53
Show Gist options
  • Save pawelrubin/83a968bee659dc0de498d6c2d6a992bd to your computer and use it in GitHub Desktop.
Save pawelrubin/83a968bee659dc0de498d6c2d6a992bd to your computer and use it in GitHub Desktop.
git alias for `git graph` command.
git config --global alias.graph "log --branches --remotes --tags --graph --pretty=format:'%C(#f2fc3f)(%cr)%C(#66f0f9) %an %C(#cd9a00)%h%C(#70f963)%d %Creset%s'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment