We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9bfb9 commit f601f0fCopy full SHA for f601f0f
bin/git-delete-merged-branches
@@ -15,4 +15,4 @@ if [[ "${currentBranch}" != "${mergedInto}" ]]; then
15
exit 1
16
fi
17
18
-git branch --merged ${mergedInto} | grep -v "\* ${mergedInto}" | xargs -n 1 git branch -d
+git branch --merged "${mergedInto}" | grep -v "\* ${mergedInto}" | xargs -n 1 git branch -d
0 commit comments