Skip to content

Commit

Permalink
Improve warning for git clear (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored Sep 30, 2024
1 parent 5ca9360 commit 5c3fb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-clear
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ done

# Only wait for answer if not forced by user
if [[ $FORCE == 0 ]]; then
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]: "
read -r clean
else
clean=y
Expand Down

0 comments on commit 5c3fb1b

Please sign in to comment.