summary refs log tree commit diff
path: root/home/.config/git
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-06 13:06:36 -0400
committerJune McEnroe <programble@gmail.com>2017-09-06 13:07:36 -0400
commite08e024226086df183dccf15647903670f4e0914 (patch)
tree7966495a24a637797b5ef4b57b2a419ae8a7853e /home/.config/git
parentPass final NULL to execlp (diff)
downloadsrc-e08e024226086df183dccf15647903670f4e0914.tar.gz
src-e08e024226086df183dccf15647903670f4e0914.zip
Rename curtis -> home
Why the heck did I do this?
Diffstat (limited to 'home/.config/git')
-rw-r--r--home/.config/git/config15
-rw-r--r--home/.config/git/ignore2
2 files changed, 17 insertions, 0 deletions
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
diff --git a/home/.config/git/ignore b/home/.config/git/ignore
new file mode 100644
index 00000000..380a01a1
--- /dev/null
+++ b/home/.config/git/ignore
@@ -0,0 +1,2 @@
+*.DS_store
+.pult*