Files
ROCm/scripts/amd/git_submodule_update.sh
Michael Melesse 5e055a5165 add scripts
2022-12-21 13:13:24 -06: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