git-scripts/revert-files.sh
2022-12-08 16:53:12 -05:00

8 lines
58 B
Bash

#!/bin/ksh
git reset HEAD --hard
git clean --fd
exit 0