From 947a15359b88655792a903e43b2d4ca253a7c03b Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:23:42 +0200 Subject: [PATCH] git-show-merged-branches: add page --- pages/common/git-show-merged-branches.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 pages/common/git-show-merged-branches.md diff --git a/pages/common/git-show-merged-branches.md b/pages/common/git-show-merged-branches.md new file mode 100755 index 0000000000000..1d63ea6a4d7d1 --- /dev/null +++ b/pages/common/git-show-merged-branches.md @@ -0,0 +1,8 @@ +# git show-merged-branches + +> Print all branches which are merged into the current head. +> More information: . + +- Print all branches which are merged into the current head: + +`git show-merged-branches`