Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thalesfp/git-branch-menu


https://github.com/thalesfp/git-branch-menu

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# git-branch-menu
[![npm version](https://badge.fury.io/js/git-branch-menu.svg)](https://badge.fury.io/js/git-branch-menu)

Opens a interactive list menu to change and checkout to a new branch in a git repository.

## Installation

```npm install -g git-branch-menu```

## Optional

Create a git alias:

```git config --global alias.br '!git-branch-menu'```