git-delete-merged-branches: fix error (#7601)

feature/windows-fix-syntax-2
CleanMachine1 2022-01-02 05:01:52 +00:00 committed by GitHub
parent 4394c4fa0c
commit 128603e43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# git delete merged branches
# git delete-merged-branches
> Delete branches that are listed in `git branch --merged` excluding master.
> Part of `git-extras`.