dotfiles
dotfiles copied to clipboard
git bclean reports an error if there are no branches to remove
Update the final command to xargs -r git branch -d (passing -r to xargs so as not to run the command if the input is empty) to resolve.
On windows anyway - ymmv
BTW - Been using these aliases for nearly 10 years now. Thanks for sharing.
Update the final command to
xargs -r git branch -d(passing-rto xargs so as not to run the command if the input is empty) to resolve.
Want to submit a PR for that? You can do it through the browser by going here and clicking the edit button (pencil icon).
BTW - Been using these aliases for nearly 10 years now. Thanks for sharing.
:sparkles: