snippetbashTip
git show-unmerged-branches — Print all branches which are not merged into the current `HEAD`. More information: <https://github.c
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-branchesCode Snippets
Print all branches which are not merged into the current `HEAD`
git show-unmerged-branchesContext
tldr-pages: common/git show-unmerged-branches
Revisions (0)
No revisions yet.