From 4cb15b28f0fd026731e650073ceaf5c8a6c05ca0 Mon Sep 17 00:00:00 2001 From: Tracey Clark Date: Sun, 15 Mar 2026 15:24:43 -0500 Subject: [PATCH] Small wording fixup --- git_tidy_local_branches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_tidy_local_branches.sh b/git_tidy_local_branches.sh index 64aa743..91b600c 100755 --- a/git_tidy_local_branches.sh +++ b/git_tidy_local_branches.sh @@ -25,7 +25,7 @@ fi if [ "$FAILED_TO_DELETE" = "true" ]; then echo "error: Some local branches are not fully merged." 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 # Handy script when following GitFlow and rebasing, since `git branch --merged master` will never list