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