mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
30 lines
565 B
Markdown
30 lines
565 B
Markdown
git-pull-request(1) -- Pulls a github request
|
|
====================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`git-pull-request` [number]
|
|
|
|
## DESCRIPTION
|
|
|
|
Pulls the given request number the project in the __CWD__ and applies it via `git am`.
|
|
|
|
## EXAMPLES
|
|
|
|
Pull https://github.com/visionmedia/express/pull/604.
|
|
|
|
$ cd projects/express
|
|
$ git pull-request 604
|
|
|
|
## AUTHOR
|
|
|
|
Written by TJ Holowaychuk <<tj@vision-media.ca>>
|
|
|
|
## REPORTING BUGS
|
|
|
|
<<http://github.com/visionmedia/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<http://github.com/visionmedia/git-extras>>
|