Created
June 19, 2015 14:53
-
-
Save mshuler/26b17b20b491f40b3843 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = Michael Shuler | |
email = [email protected] | |
signingkey = FE4B2BDA | |
[color] | |
ui = true | |
diff = auto | |
branch = auto | |
status = auto | |
[color "branch"] | |
current = magenta bold | |
local = yellow bold | |
remote = cyan bold | |
[color "diff"] | |
new = cyan | |
old = magenta | |
frag = yellow | |
meta = green | |
commit = normal | |
#[http] | |
# sslVerify = false | |
[log] | |
decorate = short | |
[alias] | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(cyan)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --date=short | |
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat | |
#[push] | |
# default = simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment