7 lines
No EOL
119 B
Batchfile
7 lines
No EOL
119 B
Batchfile
@echo off
|
|
|
|
git clean -xfd
|
|
git reset --hard
|
|
|
|
git submodule foreach git clean -xfd
|
|
git submodule foreach git reset --hard |