Skip to content

Instantly share code, notes, and snippets.

@FernandoEscher
Created September 6, 2010 21:32
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 FernandoEscher/567535 to your computer and use it in GitHub Desktop.
Save FernandoEscher/567535 to your computer and use it in GitHub Desktop.
#Add this file in your /home/<username>/ dir.
#You can add extra aliases if you want.
#Run this command on shell after adding a alias: $ . /home/<username>/.bash_aliases
alias git-log='git log --decorate --stat --graph --pretty=format:"%Cgreen%h%Creset (%ar - %Cred%an%Creset), %s%n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment