session-ios/Scripts/HardResetGit.sh

5 lines
51 B
Bash
Executable File

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