dotfiles/bin/git_undo_everything.sh
2017-02-15 12:23:57 -05:00

6 lines
120 B
Bash
Executable File

#!/bin/bash
git tag temp$RANDOM
git reset --hard HEAD^
git push --force
echo "There. I fixed your stupid mistake Tyrel"