diff options
author | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·33-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·33-0400 |
commit | 4c5ea5a5b3989c6cd449be18e048e7d9162a56cf (patch) | |
tree | 256d2e8e88db57cd52cf126626a72d7b393119e5 /configs | |
parent | a2f8dbadcf4c2c8dc9476f7cbd912e5239e113a8 (diff) |
Sets git default push branch
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/.gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig index f60c9a6dd044..fbdba8dc62d4 100644 --- a/configs/shared/.gitconfig +++ b/configs/shared/.gitconfig @@ -10,3 +10,7 @@ gpgsign = true [gpg] program = gpg2 +[credential] + helper = osxkeychain +[push] + default = current |