From: PHO Date: Fri, 13 Feb 2015 00:22:47 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=60371be796f05b156ad2bed9ba5392475c40b5f7;hp=0b8f2d9f6c487fe920c6105a5c97d3ddd915aef2;p=sugar.git 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