From a02c5c1758a18afdebe66f62665db44bb349474d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Jan 2013 16:38:47 -0500 Subject: undo putting .git* in .config/git; git doesn't play well with it --- .gitconfig | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) mode change 120000 => 100644 .gitconfig (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig deleted file mode 120000 index 653bc6e..0000000 --- a/.gitconfig +++ /dev/null @@ -1 +0,0 @@ -.config/git/config \ No newline at end of file diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..218b006 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,14 @@ +[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 -- cgit v1.2.3-2-g168b