diff --git a/pages/common/git-show-merged-branches.md b/pages/common/git-show-merged-branches.md new file mode 100755 index 000000000..1d63ea6a4 --- /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`