https://github.com/dcsg/gush
Gush - Rapid workflow for Github project maintainers and contributors
https://github.com/dcsg/gush
Last synced: about 1 year ago
JSON representation
Gush - Rapid workflow for Github project maintainers and contributors
- Host: GitHub
- URL: https://github.com/dcsg/gush
- Owner: dcsg
- License: mit
- Created: 2014-01-03T21:37:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-16T03:50:58.000Z (over 12 years ago)
- Last Synced: 2025-04-01T15:21:21.201Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 800 KB
- Stars: 1
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Gush
Gush is a rapid workflow for project maintainers and contributors
[](https://travis-ci.org/cordoval/gush)
[](https://scrutinizer-ci.com/g/cordoval/gush/)
[](https://insight.sensiolabs.com/projects/160ad92b-b065-482e-9ebd-4cff2b931451)
### What is this?
Gush is an app console whose intention is to automate common maintainer and contributor tasks.
- create a Pull Request with a formatted table description of the changes
- create github release notes
- change the base branch of a Pull Request
- automate retrieval of issue's message, title and comments as a text
- merge a PR with just the number and include all github discussion on the commit message
- tagging signing off, change branch name and some queue of common tasks
### Usage
There are different ways to use Gush but we recommend this one:
```
$ composer global require 'cordoval/gush=dev-master'
```
If it is the first time you install globally a dependency then make sure
you follow the instructions [here](http://getcomposer.org/doc/03-cli.md#global).