From 57f74ba79f87e22b8ad241c3c2f7cfa0af417ac6 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 11 Jan 2017 17:47:18 +0100 Subject: [PATCH] Update .gitconfig Signed-off-by: Severin Kaderli --- .gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index dad703f..0d8cc6f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,7 +16,7 @@ c = commit -s # Push to the master branch of the origin remote - p = push origin master --tags + p = push --tags # Tag the latest commit t = !sh -c 'git tag -a $1 -m $1' - @@ -30,5 +30,6 @@ [core] editor = vim + [push] - default = matching + default = simple