diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-08 10:09:19 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-08 10:09:19 -0400 |
commit | 6e9250619ca43588f10f1fca4420aaf80a6766ea (patch) | |
tree | d4e11ffb77d232c4e5af09710e8434d5cadc110d /.gitconfig | |
parent | 153d31083211bad2f87cdc162f1b25218cb2879c (diff) |
mv .gitconfig .config/git/config
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 218b006..0000000 --- a/.gitconfig +++ /dev/null @@ -1,14 +0,0 @@ -[user] - name = Luke Shumaker - email = LukeShu@sbcglobal.net -[color] - ui = auto -[sendemail] - smtpencryption = ssl - smtpserver = plus.smtp.mail.yahoo.com - smtpuser = lukeshu@sbcglobal.net - smtpserverport = 465 -[push] - default = matching -[alias] - lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative |