git-scripts/revert-files.sh

8 lines
58 B
Bash
Raw Normal View History

2022-12-08 16:53:12 -05:00
#!/bin/ksh
git reset HEAD --hard
git clean --fd
exit 0