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

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.

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
```