Skip to content

Commit

Permalink
Satisfy shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju committed Feb 15, 2025
1 parent 8512955 commit 5b151a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-branches
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -eu
# clean-branches
# delete all local branches except the current one

git branch | grep -v "^*" | xargs git branch -D
git branch | grep -v "^\*" | xargs git branch -D

0 comments on commit 5b151a2

Please sign in to comment.