7
revert-files.sh
Normal file
7
revert-files.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/ksh
|
||||
|
||||
git reset HEAD --hard
|
||||
|
||||
git clean --fd
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user