Git: submodule init & submodule update in einem einzigen Befehl
English
Deutsch
Anstatt nacheinander
submodule-init.sh
git submodule init
git submodule updateauszuführen, kannst du einfach
submodule-update-init.sh
git submodule update --initIn vielen Fällen möchtest du git submodule update auch rekursiv ausführen mit:
submodule-update-recursive.sh
git submodule update --init --recursiveCheck out similar posts by category:
Git
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow