From c466947e56514dad1060f9d58553581472fb8623 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Tue, 29 Jan 2013 17:45:20 +0100 Subject: [PATCH] add a push default thing to stop git from complaining --- git/gitconfig.symlink | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index c2a4884..51972a7 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -10,4 +10,6 @@ [alias] lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative st = status - \ No newline at end of file + +[push] + default = simple