Skip to content

Commit cdd8830

Browse files
authored
list merged branches
Useful when you need to know which branches you can delete.
1 parent 2297e53 commit cdd8830

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,11 @@ $ git mergetool
503503
$ git merge <branch>
504504
```
505505

506+
#### List merged branches
507+
```
508+
$ git branch --merged
509+
```
510+
506511
##### Rebase your current HEAD onto &lt;branch&gt;:<br>
507512
<em><sub>Don't rebase published commit!</sub></em>
508513

0 commit comments

Comments
 (0)