git-show-unmerged-branches
Print all branches which are not merged into the current HEAD. More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-show-unmerged-branches>.
Install
- All systems
-
curl cmd.cat/git-show-unmerged-branches.sh
- Debian
-
apt-get install git-extras
- Ubuntu
-
apt-get install git-extras
- Kali Linux
-
apt-get install git-extras
- Fedora
-
dnf install git-extras
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install git-extras
- OS X
-
brew install git-extras
- Raspbian
-
apt-get install git-extras
- Dockerfile
- dockerfile.run/git-show-unmerged-branches
Print all branches which are not merged into the current HEAD. More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-show-unmerged-branches>.
-
Print all branches which are not merged into the current HEAD:
git show-unmerged-branches
© tl;dr; authors and contributors