diff --git a/bin/git-delete-squashed-branches b/bin/git-delete-squashed-branches index e6a4fa8..6707da0 100755 --- a/bin/git-delete-squashed-branches +++ b/bin/git-delete-squashed-branches @@ -5,7 +5,7 @@ targetBranch=$1 if [[ -z $targetBranch ]]; then targetBranch=$(git rev-parse --abbrev-ref HEAD) else - git checkout -q $targetBranch + git checkout $targetBranch fi git for-each-ref refs/heads/ "--format=%(refname:short)" | while read branch; do