git-show-merged-branches
Print all branches which are merged into the current head. More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-show-merged-branches>.
Install
- All systems
-
curl cmd.cat/git-show-merged-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 updatesudo apt-get install git-extras - OS X
-
brew install git-extras - Raspbian
-
apt-get install git-extras
Print all branches which are merged into the current head. More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-show-merged-branches>.
-
Print all branches which are merged into the current head:
git show-merged-branches
© tl;dr; authors and contributors