Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vadimdemedes/switch-branch-cli

Switch git branches by their pull request title
https://github.com/vadimdemedes/switch-branch-cli

Last synced: about 2 months ago
JSON representation

Switch git branches by their pull request title

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 --help

Switch 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).