We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c64f6c commit ea9ad89Copy full SHA for ea9ad89
module/reset.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
set -e
3
cd ${0%/*}
4
-git submodule update -f --remote
5
-git submodule foreach git clean -df .
+cd ../3rdparty/Riru-ModuleTemplate
+git reset --hard HEAD
6
+git clean -df .
0 commit comments