mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
10 lines
276 B
Markdown
10 lines
276 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/main/Commands.md#git-pull-request>.
|
|
|
|
- Create a pull request for a project on GitHub:
|
|
|
|
`git pull-request {{target_branch}}`
|