mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +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 |