Small wording fixup

This commit is contained in:
Tracey Clark 2026-03-15 15:24:43 -05:00
commit 4cb15b28f0

View file

@ -25,7 +25,7 @@ fi
if [ "$FAILED_TO_DELETE" = "true" ]; then if [ "$FAILED_TO_DELETE" = "true" ]; then
echo "error: Some local branches are not fully merged." echo "error: Some local branches are not fully merged."
echo echo
echo "If you are sure you want to delete all branches above, run 'git-glean -f'" echo "If you are sure you want to delete all branches above, follow the cli hints, and possibly run 'git clean -f'"
fi fi
# Handy script when following GitFlow and rebasing, since `git branch --merged master` will never list # Handy script when following GitFlow and rebasing, since `git branch --merged master` will never list