From e53f5de1b860c0ee7b5a6486993d8d3d79f67f53 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sun, 30 May 2021 18:10:48 -0400 Subject: [PATCH] Updated gitconfig --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index 7d69a0f..34d4e47 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,10 @@ [user] email = kenwood364@gmail.com name = KenwoodFox +[alias] + add-commit = !git add -A && git commit [credential] helper = store +[global] +[push] + default = current