diff --git a/git_scripts/git_super_clean.bat b/git_scripts/git_super_clean.bat index 2f45c97..94bb980 100755 --- a/git_scripts/git_super_clean.bat +++ b/git_scripts/git_super_clean.bat @@ -1 +1,2 @@ +git reset --hard git clean -fxd \ No newline at end of file diff --git a/git_scripts/git_super_clean.sh b/git_scripts/git_super_clean.sh new file mode 100644 index 0000000..8bd4031 --- /dev/null +++ b/git_scripts/git_super_clean.sh @@ -0,0 +1,3 @@ +#!/bin/bash +git reset --hard +git clean -fxd \ No newline at end of file