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!


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to