Hard reset git script.

This commit is contained in:
Matthew Chen 2017-01-31 12:22:10 -05:00
parent faf1946bab
commit a5cb9b11ee
1 changed files with 4 additions and 0 deletions

4
Scripts/HardResetGit.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git reset --hard HEAD
git clean -xdff