diff options
-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 |