sorry those help sometimes (#70)

This commit is contained in:
rusefillc 2022-06-24 17:44:44 -04:00 committed by GitHub
parent f6b4b3a34c
commit 725d30c07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
git reset --hard
git submodule update --init
git clean -fxd

4
git_scripts/git_super_clean.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git reset --hard
git submodule update --init
git clean -fxd