mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05: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
|