Project

grb

0.03
No release in over 3 years
Low commit activity in last 3 years
A tool to simplify working with remote branches
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

GRB

A tool to simplify working with git remote branches.

Install

go install github.com/jinzhu/grb

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`

// add a remote repo
grb remote_add `name` `repo path`

// remove a remote repo
grb remote_rm `name`

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

// pull branch `branch` and setup git tracking, default current branch
grb pull `branch`

// push branch `branch` and setup git tracking, default current branch
grb push `branch`

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

// prune dead remote branches
grb prune

// display help
grb --help

License

Copyright © 2009-present MIT

Author