Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimdemedes/switch-branch-cli
Switch git branches by their pull request title
https://github.com/vadimdemedes/switch-branch-cli
Last synced: 3 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T17:06:02.000Z (over 2 years ago)
- Last Synced: 2024-04-15T12:13:36.387Z (9 months ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 68
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# switch-branch-cli [![Build Status](https://github.com/vadimdemedes/switch-branch-cli/workflows/test/badge.svg)](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).