LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-show-unmerged-branches

List branches not yet merged into the current branch

TLDR

Show all unmerged branches
$ git show-unmerged-branches
copy
Show unmerged branches (equivalent native git)
$ git branch --no-merged
copy

SYNOPSIS

git show-unmerged-branches

DESCRIPTION

git show-unmerged-branches lists all local branches that have not been merged into the current HEAD. It is part of the git-extras collection and is useful for identifying work-in-progress branches and outstanding feature work.Internally, it runs `git branch --no-merged` while filtering out the current branch and the default branch.

INSTALL

sudo apt install git
copy
sudo dnf install git
copy
sudo pacman -S git
copy
sudo apk add git
copy
sudo zypper install git
copy
brew install git
copy
nix profile install nixpkgs#git
copy

CAVEATS

Requires git-extras to be installed. Only checks local branches, not remote tracking branches. Written by Paul Schreiber.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid