HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git show-unmerged-branches — Print all branches which are not merged into the current `HEAD`. More information: <https://github.c

Submitted by: @import:tldr-pages··
0
Viewed 0 times
whichcommandallarecliprintbranchesgit show-unmerged-branches

Problem

How to use the git show-unmerged-branches command: Print all branches which are not merged into the current HEAD. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-unmerged-branches>.

Solution

git show-unmerged-branches — Print all branches which are not merged into the current HEAD. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-unmerged-branches>.

Print all branches which are not merged into the current HEAD:
git show-unmerged-branches

Code Snippets

Print all branches which are not merged into the current `HEAD`

git show-unmerged-branches

Context

tldr-pages: common/git show-unmerged-branches

Revisions (0)

No revisions yet.