From 174955d60585f22d33267ab51c4481122cb4003d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 19 Feb 2013 00:05:52 +0100 Subject: Set push.default to simple --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 403cedc..a4472b1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,3 +8,5 @@ excludesfile = ~/.git_ignore [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- +[push] + default = simple -- cgit v1.2.3-70-g09d2