Is there a way to automatically have git submodule update
(or preferably git submodule update --init
called whenever git pull
is done?
Looking for a git config setting, or a git alias to help with this.
Is there a way to automatically have git submodule update
(or preferably git submodule update --init
called whenever git pull
is done?
Looking for a git config setting, or a git alias to help with this.