Adding file

This commit is contained in:
Scott C. MacCallum 2022-12-08 16:53:12 -05:00
parent 6e6263cf39
commit 4f43fe3305
1 changed files with 7 additions and 0 deletions

7
revert-files.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/ksh
git reset HEAD --hard
git clean --fd
exit 0