From 381293d79fc177904223aed8260830ca3ec42369 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 24 Apr 2022 20:50:15 +0000 Subject: [PATCH] git-show-unmerged-branches: add page (#8049) --- pages/common/git-show-unmerged-branches.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 pages/common/git-show-unmerged-branches.md diff --git a/pages/common/git-show-unmerged-branches.md b/pages/common/git-show-unmerged-branches.md new file mode 100755 index 000000000..6396e3815 --- /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`