git-unmerge-branches
v1.0.1
Published
list all local Git branches that have not been merged into the base branch (default master).
Downloads
4
Maintainers
Readme
git-unmerge-branches
list all local Git branches that have not been merged into the base branch (default master).
Install
npm install --global git-unmerge-branchesUsage
npx unmerge-branches [options]Options
-h, --help Show help information
-v, --version Show the current version
-b, --base <branch> Specify the base branch (default: master)Examples
# List branches not merged into 'master'
npx unmerge-branches
# List branches not merged into 'main'
npx unmerge-branches --base mainLICENSE
This project is created using generator-stupid-cli.
