mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
7 lines
231 B
Bash
7 lines
231 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git submodule foreach --recursive git checkout master
|
||
|
git submodule foreach --recursive git pull origin master
|
||
|
|
||
|
git submodule foreach --recursive git checkout main
|
||
|
git submodule foreach --recursive git pull origin main
|