From 7bbf354b61827da90fc8491bb523b265edffa108 Mon Sep 17 00:00:00 2001 From: Conner McCall Date: Tue, 19 Jun 2018 15:03:34 -0500 Subject: [PATCH] adding git config to repo --- .gitconfig | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..51e491a --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +[user] + name = Conner McCall + email = conner@clockwork.com diff --git a/.gitignore b/.gitignore index 6399f29..aee6713 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ !.gitignore !.bash_profile !.liquidpromptrc +!.gitconfig