Signal-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