session-ios/Scripts/HardResetGit.sh

5 lines
51 B
Bash
Raw Normal View History

2017-01-31 18:22:10 +01:00
#!/bin/bash
git reset --hard HEAD
git clean -xdff