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

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

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