git-scripts/revert-files.sh

8 lines
58 B
Bash

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