mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Improve warning for git clear (#1168)
This commit is contained in:
parent
5ca9360109
commit
5c3fb1b062
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue