mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 11:15:41 +02:00
git-delete-merged-branches: add page
This commit is contained in:
parent
0d12105852
commit
bdaada4681
1 changed files with 9 additions and 0 deletions
9
pages/common/git-delete-merged-branches.md
Executable file
9
pages/common/git-delete-merged-branches.md
Executable file
|
@ -0,0 +1,9 @@
|
|||
# git delete merged branches
|
||||
|
||||
> Delete branches that are listed in `git branch --merged` excluding master.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-merged-branches>.
|
||||
|
||||
- Delete merged branches:
|
||||
|
||||
`git delete-merged-branches`
|
Loading…
Add table
Reference in a new issue