We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git clear
1 parent 5ca9360 commit 5c3fb1bCopy full SHA for 5c3fb1b
bin/git-clear
@@ -32,7 +32,7 @@ done
32
33
# Only wait for answer if not forced by user
34
if [[ $FORCE == 0 ]]; then
35
- echo -n "Sure? - This command may delete files that cannot be recovered, including those in .gitignore [y/N]: "
+ echo -n "Sure? - THIS COMMAND MAY DELETE FILES THAT CANNOT BE RECOVERED, including those in .gitignore [y/N]: "
36
read -r clean
37
else
38
clean=y
0 commit comments