Skip to content

Instantly share code, notes, and snippets.

@dominikschreiber
Created April 1, 2015 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dominikschreiber/4274b0c6dd32788291c5 to your computer and use it in GitHub Desktop.
Save dominikschreiber/4274b0c6dd32788291c5 to your computer and use it in GitHub Desktop.
various improvements for the git command line interface
# kudos to https://coderwall.com/p/euwpig/a-better-git-log
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment