echo "Sure? [Y/n]" read ans if [ "$ans" != "n" ] then git clean -d -f -x && git reset --hard fi