https://github.com/vadimdemedes/switch-branch-cli
Switch git branches by their pull request title
https://github.com/vadimdemedes/switch-branch-cli
Last synced: 16 days ago
JSON representation
Switch git branches by their pull request title
- Host: GitHub
- URL: https://github.com/vadimdemedes/switch-branch-cli
- Owner: vadimdemedes
- Created: 2022-05-21T16:22:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T17:06:02.000Z (almost 3 years ago)
- Last Synced: 2025-04-27T09:03:27.758Z (about 1 month ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 67
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# switch-branch-cli [](https://github.com/vadimdemedes/switch-branch-cli/actions)
> Switch Git branches by their pull request title
## Install
```console
npm install --global switch-branch-cli
```## Usage
```
$ switch-branch --helpSwitch Git branches by their pull request title
Usage
$ switch-branch```
## FAQ
### Why does it ask for my GitHub personal access token?
This CLI needs it to fetch your pull requests for the current Git repository. Your personal access token is stored locally and you will be asked for it only once (unless you revoke it or token expires).