From e08e024226086df183dccf15647903670f4e0914 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 6 Sep 2017 13:06:36 -0400 Subject: Rename curtis -> home Why the heck did I do this? --- home/.config/git/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 home/.config/git/config (limited to 'home/.config/git/config') diff --git a/home/.config/git/config b/home/.config/git/config new file mode 100644 index 00000000..c34f0a9b --- /dev/null +++ b/home/.config/git/config @@ -0,0 +1,15 @@ +[user] + name = Curtis McEnroe + email = programble@gmail.com + +[commit] + gpgSign = true + +[rebase] + autosquash = true + +[pretty] + log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> + +[include] + path = ./private -- cgit 1.4.1