2013/6/28 Petr Kovar <pmko...@gnome.org>

> Hi all,
>
> Colin Walters <walt...@verbum.org>, Thu, 27 Jun 2013 20:01:33 -0400:
>
>
> >
> > 1) Translators:  Ensure you run "git submodule update --init" after
> >    every git pull.
>
> Thanks for bringing this up.
>
> We already suggest in one of our GNOME L10n HOWTOs that translators
> set up a git alias for git pull --rebase, so we may just need to expand
> it to talk about an alias for "git pull --rebase && git submodule
> update --init":
>
> https://wiki.gnome.org/TranslationProject/GitHowTo
>
> Cheers,
> Petr Kovar
> _______________________________________________
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>


How about:

$ git config --global alias.up '!git pull --rebase && git submodule update
--init'



Cheers,
Rafael Ferreira
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to