From f76997fd3213c1fa98f7b6e634a807b5560d7d43 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 26 Oct 2013 01:10:00 +0900 Subject: [PATCH] add git config push.default current --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 2ad3ff0..9f2e07e 100755 --- a/setup.sh +++ b/setup.sh @@ -60,6 +60,7 @@ git_config(){ $_gitconfig log.date iso type xz && \ $_gitconfig tar.txz.command "xz -c" + $_gitconfig push.default current $_gitconfig alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --all --date=iso -n 499" $_gitconfig alias.st "status -s -b"