peterrehm/gh
最新稳定版本:v1.0.1
Composer 安装命令:
composer require peterrehm/gh
包简介
Git/GitHub tool
README 文档
README
This tool aims to provide support for common git/GitHub functionality and evolves from being a simple mergetool to provide handy shortcuts to frequently used commands.
gh expects an composer.json with a valid name in the git root directory. If you do not have a composer.json and you are executing GitHub related commands like the merge command you need to specify the username and the repository.
gh also expects by convention a remote with the organization name. If such does not exist gh creates one when a command needs it.
Start with
./gh configure
to setup your GitHub token.
Afterwards use ./gh to get an overview over the available functions.
Installation
gh can be installed via composer.
composer global require 'peterrehm/gh=dev-master'
Make sure you have defined the following export path as well:
export PATH=~/.composer/vendor/bin:$PATH
When using Zsh the export path in .zshrc must be updated. Also you should use the complete path instead of ~/.
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-14