mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Updated submodule procedure
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
git submodule sync
|
||||
git submodule foreach git pull origin master
|
||||
(
|
||||
cd $(dirname $(readlink -f ${0}))/../;
|
||||
git submodule sync;
|
||||
git submodule foreach git pull origin master;
|
||||
)
|
||||
|
Reference in New Issue
Block a user