Last active
September 8, 2022 20:29
-
-
Save KPB3rd/aefb43bde25123db950552e40774db20 to your computer and use it in GitHub Desktop.
Update git submodule remotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find -wholename "*/.git/config" -type f -exec sed -i 's/<insertoldstring>/<insertnewstring/g' {} + | |
| git submodule sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment