/grb

A tool to simplify working with remote git branches

Primary LanguageGo

Archived

This repository is archived in favor of the inline grb method in the MagCat repository.

GRB

A tool to simplify working with git remote branches.

Install

./install.sh

Usage

// rename `branch1` to `branch2` and setup git tracking
grb mv `branch1` `branch2`

// rename current branch to `branch` and setup git tracking
grb mv `branch`

// delete branch `branch`, default current branch
grb rm `branch`

// create new branch `branch`
grb new `branch`

// display help
grb --help

License

Copyright © 2009-present MIT

Author