[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: use maintainer-makefile
From: |
Jim Meyering |
Subject: |
Re: use maintainer-makefile |
Date: |
Fri, 24 Apr 2009 17:01:14 +0200 |
Eric Blake wrote:
> You can also run:
>
> git submodule foreach git pull origin master
>
> to avoid the subshell. Personally, I did:
>
> git config --global alias.syncsub \
> 'submodule foreach git pull origin master'
>
> so that I can just do 'git syncsub' to get the same effect.
Much nicer. Thanks!