From e30160d8c106a759e723e6433dce19c4205a3145 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 30 Jan 2018 16:27:24 +0000 Subject: [PATCH] Update gitconfig --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index a29bcc2..125f025 100644 --- a/gitconfig +++ b/gitconfig @@ -4,7 +4,7 @@ signingkey = contact@jimeh.me [core] excludesfile = ~/.gitignore - hooksPath = ~/.git-hooks + hooksPath = ~/.githooks [color] status = auto branch = auto @@ -12,7 +12,7 @@ [apply] whitespace = nowarn [push] - default = upstream + default = simple [alias] a = add ai = add -i