7 lines
No EOL
121 B
Bash
7 lines
No EOL
121 B
Bash
#!/bin/bash
|
|
|
|
git clean -xfd
|
|
git reset --hard
|
|
|
|
git submodule foreach git clean -xfd
|
|
git submodule foreach git reset --hard |