summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-02-05 00:13:02 -0500
committerJune McEnroe <june@causal.agency>2016-02-05 00:13:02 -0500
commiteb366c00280ba4b211a5df56df290c62d10c6a22 (patch)
tree999bb8e4d5c5e399b9e248b02b55bc76abab8868 /.config
parentAdd nvim configuration (diff)
downloadsrc-eb366c00280ba4b211a5df56df290c62d10c6a22.tar.gz
src-eb366c00280ba4b211a5df56df290c62d10c6a22.zip
Move gitconfig
Diffstat (limited to '.config')
-rw-r--r--.config/git/config9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
new file mode 100644
index 00000000..8015cbf3
--- /dev/null
+++ b/.config/git/config
@@ -0,0 +1,9 @@
+[user]
+	name = June McEnroe
+	email = programble@gmail.com
+[push]
+	default = simple
+[rebase]
+	autosquash = true
+[pretty]
+	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>