Skip to content

Instantly share code, notes, and snippets.

@FaustXVI
Last active November 10, 2017 09:14
Show Gist options
  • Save FaustXVI/07a9425f3bcb5de5d2c2146c5e9a2a7c to your computer and use it in GitHub Desktop.
Save FaustXVI/07a9425f3bcb5de5d2c2146c5e9a2a7c to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
while :
do
sleep 120
git reset --hard -q
git clean -f -q .
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment