Created
May 14, 2014 05:41
-
-
Save rockarts/c9510dc5dc6dee69bfaa to your computer and use it in GitHub Desktop.
Git Helpers
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
HASH="%C(yellow)%h%C(reset)" | |
RELATIVE_TIME="%C(green)%ar%C(reset)" | |
AUTHOR="%C(bold blue)%an%C(reset)" | |
REFS="%C(red)%d%C(reset)" | |
SUBJECT="%s" | |
FORMAT="$HASH $RELATIVE_TIME $AUTHOR $REFS $SUBJECT" | |
function pretty_git_log() { | |
git log --graph --pretty="tformat:$FORMAT" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
l = "!source ~/.githelpers && pretty_git_log"
la = !git l --all
r = !git l -30
ra = !git r --all