From 4c5ea5a5b3989c6cd449be18e048e7d9162a56cf Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 29 Jul 2017 21:33:03 -0400 Subject: [PATCH] Sets git default push branch --- configs/shared/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig index f60c9a6dd..fbdba8dc6 100644 --- a/configs/shared/.gitconfig +++ b/configs/shared/.gitconfig @@ -10,3 +10,7 @@ gpgsign = true [gpg] program = gpg2 +[credential] + helper = osxkeychain +[push] + default = current