Sha256: 644e5fca8203907c3d1c4c4fe4241ad8e88a5c117a80f069527124f37bce8cb2
Contents?: true
Size: 722 Bytes
Versions: 1
Compression:
Stored size: 722 Bytes
Contents
= 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 (c) 2009-present GPL3 Author : Jinzhu Zhang Email : wosmvp@gmail.com
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grb-0.3.1 | README.rdoc |