session-ios/Scripts/HardResetGit.sh
2017-01-31 13:58:13 -05:00

5 lines
51 B
Bash
Executable file

#!/bin/bash
git reset --hard HEAD
git clean -xdff