Created
September 6, 2010 21:32
-
-
Save FernandoEscher/567535 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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