1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-21 18:35:27 +02:00

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

This commit is contained in:
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

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. > Delete branches that are listed in `git branch --merged` excluding master.
> Part of `git-extras`. > Part of `git-extras`.