Last active
June 2, 2022 18:09
-
-
Save fuji246/ffb0ac17393545e98415562e53cc25a4 to your computer and use it in GitHub Desktop.
fix submodule issues
This file contains 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
git clean -dfx && git submodule foreach --recursive "git clean -dfx" && git checkout . && git pull origin master && git submodule sync && git submodule update --init --recursive | |
git submodule sync | |
git submodule foreach --recursive | |
git submodule update --init --recursive | |
git reset --hard | |
git clean -fdx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment