https://github.com/robertbasic/git-gbc
A custom git command to checkout branches by grepping for a part of the branch name.
https://github.com/robertbasic/git-gbc
Last synced: 4 months ago
JSON representation
A custom git command to checkout branches by grepping for a part of the branch name.
- Host: GitHub
- URL: https://github.com/robertbasic/git-gbc
- Owner: robertbasic
- License: mit
- Created: 2015-06-24T07:28:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T07:35:28.000Z (over 10 years ago)
- Last Synced: 2025-09-12T06:23:16.484Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-gbc
A custom git command to checkout branches by grepping for a part of the branch name.
## install
Put the script somewhere on your `$PATH`, like `~/bin`, make it executable and that's it.
## usage
```
git gbc
```
```
git gbc one-word-only
```