From af5f17c7b6e8cb29c422685e319e36d1fe302e79 Mon Sep 17 00:00:00 2001 From: David Rogers Date: Mon, 19 Mar 2012 18:18:40 +0000 Subject: [PATCH] I liked the idea behind "git superpull" by @pivotal (see github.com/pivotal/git_scripts/tree/master/bin/git-superpull for reference), but I wanted to type less and try the same with just an alias definition. --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index cc0040e..fbad2a6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,5 +17,6 @@ squash = rebase -i --autosquash sq = !git squash la = !LESS=$LESS'S' git log --oneline --graph --decorate + pulls = !git pull $@ && git submodule update --init [merge] ff = only