dotfiles/home/bin/oh_fuck.sh

6 lines
120 B
Bash
Raw Normal View History

2017-04-28 17:00:40 +00:00
#!/bin/bash
git tag temp$RANDOM
git reset --hard HEAD^
git push --force
echo "There. I fixed your stupid mistake Tyrel"