Skip to content
/ grb Public
forked from jinzhu/grb

A tool to simplify working with remote branches

Notifications You must be signed in to change notification settings

reneedv/grb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRB

A tool to simplify working with remote branches.

Install:

$ sudo gem install grb

USAGE:

* rename `branch1` to `branch2`
  $ grb mv   [branch1] [branch2] [--explain]
* rename current branch to `branch`
  $ grb mv branch [--explain]
* add a remote repo
  $ grb remote_add `name` `repo path` [--explain]
* remove a remote repo
  $ grb remote_rm `name` [--explain]
* delete branch `branch`,default current_branch
  $ grb rm [branch] [--explain]
* pull branch `branch`,default current_branch
  $ grb pull [branch] [--explain]
* push branch `branch`, default current_branch
  $ grb push [branch] [--explain]
* create new branch `branch`
  $ grb new [branch] [--explain]
* prune dead remote branches
  $ grb prune

Copyright © 2009-present MIT

Author : Jinzhu Zhang Email : [email protected]

About

A tool to simplify working with remote branches

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%