https://github.com/bsonntag/change-branch-cli
Cli tool to change git branches interactively
https://github.com/bsonntag/change-branch-cli
git
Last synced: 10 months ago
JSON representation
Cli tool to change git branches interactively
- Host: GitHub
- URL: https://github.com/bsonntag/change-branch-cli
- Owner: bsonntag
- License: mit
- Created: 2017-04-04T20:38:04.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T02:51:04.000Z (over 3 years ago)
- Last Synced: 2025-08-17T09:48:28.911Z (10 months ago)
- Topics: git
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/change-branch-cli
- Size: 83 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# change-branch-cli
> Cli tool to change git branches interactively.
Requires git to be installed and the current directory to be a git repository.
## Installation
With npm:
```
$ npm install -g change-branch-cli
```
With yarn:
```
$ yarn global add change-branch-cli
```
## Usage
```
$ change-branch
```
## Contributing
Feel free to submit pull requests and/or issues.
## License
MIT @ Benjamim Sonntag