https://github.com/alexkuz/git-swap
Interactive, pure-shell menu for switching between git branches
https://github.com/alexkuz/git-swap
bash branch git menu select shell shell-script switch terminal
Last synced: 11 months ago
JSON representation
Interactive, pure-shell menu for switching between git branches
- Host: GitHub
- URL: https://github.com/alexkuz/git-swap
- Owner: alexkuz
- License: mit
- Created: 2017-05-28T08:25:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T16:26:53.000Z (over 5 years ago)
- Last Synced: 2024-08-10T09:15:11.910Z (almost 2 years ago)
- Topics: bash, branch, git, menu, select, shell, shell-script, switch, terminal
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-swap
Interactive, minimal, pure-shell menu for switching between git branches
## Installation
Install with [basher](https://github.com/basherpm/basher):
```
> basher install alexkuz/git-swap
```
Install with [npm](https://www.npmjs.com/):
```
> npm i -g git-swap
```
Install with [yarn](https://github.com/yarnpkg/yarn):
```
> yarn global add git-swap
```
## Usage
```
> git swap [pattern]
```