Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thalesfp/git-branch-menu
https://github.com/thalesfp/git-branch-menu
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thalesfp/git-branch-menu
- Owner: thalesfp
- Created: 2018-06-25T16:30:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T11:11:16.000Z (over 2 years ago)
- Last Synced: 2024-10-03T05:09:11.496Z (3 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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'```