diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-16 21:07:15 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:04 -0400 |
commit | b2635195c7025ab35fcc74289b598d84a1141583 (patch) | |
tree | 0dad473a0d10dc2274f1895875926532bd7969fe /.gitconfig | |
parent | Fix SHA256 verification (diff) |
Added gitconfig
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..78ac87f --- /dev/null +++ b/.gitconfig @@ -0,0 +1,9 @@ +[user] + name = Ryan Kavanagh + email = ryanakca@kubuntu.org +[color] + ui = auto +[sendemail] + smtpserver = /usr/bin/msmtp +[alias] + wdiff = diff --color-words |