https://github.com/dfed/grb
A tool to simplify working with remote git branches
https://github.com/dfed/grb
Last synced: 5 months ago
JSON representation
A tool to simplify working with remote git branches
- Host: GitHub
- URL: https://github.com/dfed/grb
- Owner: dfed
- Archived: true
- Fork: true (jinzhu/grb)
- Created: 2018-06-15T17:32:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T17:50:14.000Z (over 4 years ago)
- Last Synced: 2025-10-25T21:41:46.053Z (8 months ago)
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Archived
This repository is archived in favor of [the inline `grb` method in the MagCat repository](https://github.com/dfed/MagCat/blob/0df08b45a9c76ff1bdd50f168cb1fe7f711bce0c/tilda-slash-dotfiles/shared_profile#L53).
# GRB
A tool to simplify working with git remote branches.
## Install
```sh
./install.sh
```
## Usage
```sh
// 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
* Jinzhu Zhang
* http://github.com/jinzhu
* http://twitter.com/zhangjinzhu