add scripts
This commit is contained in:
6
scripts/amd/git_submodule_update.sh
Normal file
6
scripts/amd/git_submodule_update.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# if you are updating an existing checkout
|
||||
git submodule sync
|
||||
git submodule update --init --recursive
|
||||
|
||||
# if you want to push every to tip
|
||||
# git submodule update --init --recursive --remote
|
Reference in New Issue
Block a user