diff --git a/bin/git-clear b/bin/git-clear index 79652e6..460ec0a 100755 --- a/bin/git-clear +++ b/bin/git-clear @@ -1,4 +1,4 @@ -echo "Sure? [Y/n]" +echo "Sure? - This command may delete files that cannot be recovered. [Y/n]" read ans if [ "$ans" != "n" ] then git clean -d -f -x && git reset --hard