From: PHO Date: Fri, 13 Feb 2015 00:22:47 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=60371be796f05b156ad2bed9ba5392475c40b5f7 Auto commit by The Sugar System. --- diff --git a/dot-files/_gitconfig b/dot-files/_gitconfig index bac2cb2..150ad9f 100644 --- a/dot-files/_gitconfig +++ b/dot-files/_gitconfig @@ -18,5 +18,6 @@ sh = show st = status gl = log --stat --graph + pullall = "!f(){ git pull \"$@\" && git submodule update --init --recursive; }; f" [push] default = simple