summaryrefslogtreecommitdiff
path: root/reset.sh
blob: 66b629c2177e248784c227810d28f5f5d6422bda (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
set -e
git checkout lukeshu/premove
git branch -D postmove || true
git checkout .
git clean -xdf