Last active
August 29, 2015 14:03
-
-
Save erjiang/3fd2f08f573932a93624 to your computer and use it in GitHub Desktop.
Eric's git config
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
[user] | |
name = Eric Jiang | |
email = eric@doublemap.com | |
[core] | |
editor = vim | |
[color] | |
branch = auto | |
diff = auto | |
status = auto | |
[alias] | |
glog = log --graph | |
gl = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all | |
dif = diff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment