diff options
author | Matt Turner <mattst88@gmail.com> | 2015-10-21 21:35:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2015-10-21 21:35:40 -0700 |
commit | f27da6e325cf298fe5a46c57585a12c9e718fa71 (patch) | |
tree | df5b06a6d535fdf1b231c96652845e9b200db005 /.gitconfig |
Initial commit.
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..78f3329 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,8 @@ +[user] + email = mattst88@gmail.com + name = Matt Turner + signingkey = 0x0FDD682D974CA72A +[color] + ui = auto +[rebase] + autosquash = true |