diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-05-13 11:08:28 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-05-13 11:08:28 -0400 |
commit | 5b8794f1f5e82c1a220f36a724e5c8ce3335c462 (patch) | |
tree | 0e5cfab38ac27e509ae3edf7d03834eeb0b53b21 /.gitconfig | |
parent | 43f45210630f6491b52af46bc7e85693a3961709 (diff) |
Track .gitconfig
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..b5992f8 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +[user] + name = Luke Shumaker + email = LukeShu@sbcglobal.net |