1.1.0 • Published 10 years ago
branch-cli v1.1.0
branch
A CLI tool that allows for manipulation of git branches
Installation
> npm install -g branch-cliUsage
Status
In your command line prompt, if you type
> branchIt will display the current branch status, including branch name, files that has been modified but added nor committed, and files that has been added but not committed.
Delete
In your command line prompt, if you type
> branch deleteA list of branches will display, excluding the one you are currently on. An example is as such:
> ? Please select the branches you wish to delete: (Press <space> to select)
❯◯ master
◯ develop
◯ branchNotBeingUsedBy pressing Space, you can select or deselect branches. Then press Enter to delete branches.
Versions
1.1.0
- Showing files that has been added and/or committed
1.0.0
- First working version