From ef28f5be279c2da7b53b39fe9cf62ea530422251 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 May 2014 19:19:02 +0300 Subject: [PATCH] gitconfig: push.default = current --- .gitconfig.MKAYSIGREP | 2 +- gitconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig.MKAYSIGREP b/.gitconfig.MKAYSIGREP index b0a8731f..0be9133d 100644 --- a/.gitconfig.MKAYSIGREP +++ b/.gitconfig.MKAYSIGREP @@ -20,4 +20,4 @@ email = mikaela.suomalainen@outlook.com signingkey = 0xDAA6CA08F2E96AC7 [push] - default = simple + default = current diff --git a/gitconfig b/gitconfig index a837b56c..7c8f92ad 100644 --- a/gitconfig +++ b/gitconfig @@ -20,4 +20,4 @@ #email = mikaela.suomalainen@outlook.com #signingkey = 0xDAA6CA08F2E96AC7 [push] - default = simple + default = current