mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
7 lines
189 B
Bash
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
|