diff --git a/pages/common/git-show-unmerged-branches.md b/pages/common/git-show-unmerged-branches.md new file mode 100755 index 0000000000..6396e38155 --- /dev/null +++ b/pages/common/git-show-unmerged-branches.md @@ -0,0 +1,8 @@ +# git show-unmerged-branches + +> Print all branches which are not merged into the current HEAD. +> More information: . + +- Print all branches which are not merged into the current HEAD: + +`git show-unmerged-branches`