Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babarot/git-switch
https://github.com/babarot/git-switch
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/babarot/git-switch
- Owner: babarot
- Created: 2017-01-23T04:12:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T09:42:47.000Z (over 7 years ago)
- Last Synced: 2024-08-01T16:42:55.256Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git-switch
==========Git command to make branch switching easier
## Installation
for zsh users:
```zsh
zplug "b4b4r07/git-switch", as:command, rename-to:git-switch
```by hand:
```console
$ git clone https://github.com/b4b4r07/git-switch && cd git-switch
$ chmod 755 git-switch.sh
$ cp git-switch.sh {any PATH}/git-switch
```## Usage
```console
$ git switch
>
add-vim-indicator
backup-db
selector-ui
remotes/origin/add-vim-indicator
remotes/origin/backup-db
remotes/origin/cols
remotes/origin/selector-ui
remotes/origin/show-columns
```### alias
```
$ git config --global alias.sw switch
```## License
MIT
## Author
b4b4r07