Skip to content

feat: Add Git alias to delete local branches which have been merged

Victor Engmark requested to merge feat/git-branch-cleanup-alias into master

Based on the default remote and branch, so this won't include things like branches merged into other non-default branches.

Based on https://stackoverflow.com/a/76062181/96588.

Merge request reports