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

eslgastal/grb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRB

re-implement git_remote_branch [http://github.com/webmat/git_remote_branch] for cleaner,simpler,stronger!

Install:

$ sudo gem install jinzhu-grb

USAGE:

* rename `branch1` to `branch2`
  $ grb mv   [branch1] [branch2] [--explain]
* rename current branch to `branch`
  $ grb mv branch [--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]

Copyright © 2009 GPL3

Author : Jinzhu Zhang Web : www.zhangjinzhu.com Email : wosmvp (no-spam) gmail (no-spam) com

About

A tool to simplify working with remote branches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%