Files
triton/scripts/amd/git_submodule_update.sh
Michael Melesse fa4d0fd1ef add scripts
2022-10-17 17:28:48 +00:00

7 lines
189 B
Bash

# 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