Highlights
- Pro
Pinned Loading
-
Updates all submodules of current re...
Updates all submodules of current repo to their latest revision, followed by commit and push. 1git submodule foreach git reset --hard
2git submodule foreach --recursive git checkout
3git submodule foreach git pull origin master
4git commit -am "Update submodules to latest"
5git push
-
RestartExplorer.bat
RestartExplorer.bat 1taskkill /f /IM explorer.exe
2start explorer.exe
3exit
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.