https://github.com/xiubug/ohg
A simple CLI scaffolding for git.
https://github.com/xiubug/ohg
cli commander git
Last synced: about 1 month ago
JSON representation
A simple CLI scaffolding for git.
- Host: GitHub
- URL: https://github.com/xiubug/ohg
- Owner: xiubug
- License: mit
- Created: 2019-07-15T11:30:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T04:55:36.000Z (over 4 years ago)
- Last Synced: 2025-10-01T15:51:26.992Z (9 months ago)
- Topics: cli, commander, git
- Language: JavaScript
- Size: 29.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [简体中文](./README.zh-CN.md)
# ohg   
> A simple CLI scaffolding for git.
### Installation
Prerequisites: [Node.js](https://nodejs.org/en/) (>=6.x) and [Git](https://git-scm.com/).
```
$ npm install ohg -g
```
### Usage
```
$ ohg fix
```
### Command
* `ohg` or `ohg -h` --- find help info for iboy.
* `ohg fix` --- Pull remote branch to local or Push local branch to remote
- `Pull` --- Pull remote branch to local to fix problems with specified branch in the production environment.
- `Push` --- Push local branch to remote for development and execution of git commit completion in the production environment.