From 8b03402ecf84d3c604b9fdc6e21629cf6f05ff4f Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 17 Oct 2013 20:25:55 +0200 Subject: [PATCH] git: set push.default to simple --- files/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/.gitconfig b/files/.gitconfig index 76751df..ca10313 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -13,3 +13,5 @@ st = status cp = cherry-pick ls = ls-files +[push] + default = simple