From 60371be796f05b156ad2bed9ba5392475c40b5f7 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 13 Feb 2015 09:22:47 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_gitconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0