mirror of https://github.com/CrimsonTome/tldr.git
10 lines
278 B
Markdown
10 lines
278 B
Markdown
|
# git pull-request
|
||
|
|
||
|
> Create a pull request for a project on GitHub.
|
||
|
> Part of `git-extras`.
|
||
|
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-pull-request>.
|
||
|
|
||
|
- Create a pull request for a project on GitHub:
|
||
|
|
||
|
`git pull-request {{target_branch}}`
|