1.0.4 • Published 8 years ago

fetch-patch v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

fetch-patch

Build Status Coverage Status

fetch a patch from github (works for private repos too)

Useful for piping into git am

NOTE: requires io.js v1.x+ or node v4

Install

$ npm install -g fetch-patch

Usage

$ fetch-patch help

fetch-patch

  fetch a patch from github (works for private repos too)

  usage:
    fetch-patch <patch url>
    fetch-patch <repo owner> <repo name> <pr #>

  note:
    in order for private repositories to work correctly, one must create a
    github token and place it in ~/.github_token

Example

$ fetch-patch https://github.com/iojs/io.js/pull/1457.patch | git am

# or
$ fetch-patch iojs io.js 1457 | git am

Author

Evan Lucas

License

MIT (See LICENSE for more info)

1.0.4

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago