File: git-show-unmerged-branches.md

package info (click to toggle)
git-extras 6.1.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,720 kB
  • sloc: sh: 3,480; makefile: 126
file content (26 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
git-show-unmerged-branches(1) -- Show unmerged branches
=======================================================

## SYNOPSIS

`git-show-unmerged-branches`

## DESCRIPTION

  Show all branches not merged in to current HEAD.

## EXAMPLES

    $ git show-unmerged-branches

## AUTHOR

Written by Paul Schreiber &lt;<paulschreiber@gmail.com>&gt;

## REPORTING BUGS

&lt;<https://github.com/tj/git-extras/issues>&gt;

## SEE ALSO

&lt;<https://github.com/tj/git-extras>&gt;