Sha256: 4eb2dab21d2927319d106af5a04c4a25f90c22b3833d02a86bf9e32f8ca07da7

Contents?: true

Size: 676 Bytes

Versions: 3

Compression:

Stored size: 676 Bytes

Contents

# git-merge-pr

Merge a pull request for the current directory's project on GitHub.

## Installation

Add this line to your application's Gemfile:

    gem 'git-merge-pr'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install git-merge-pr

## Usage

1. Navigate to your local clone of the project
2. Run `git merge-pr PR_NUM`. Do not include the `#`.

## Contributing

1. Fork it ( http://github.com/<my-github-username>/git_merge_pr/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
git-merge-pr-0.5.0 README.md
git-merge-pr-0.4.0 README.md
git-merge-pr-0.3.0 README.md