mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:55:25 +02:00
git-pull-request: add page (#10993)
* git-pull-request: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
c597e209ec
commit
92215d906d
1 changed files with 9 additions and 0 deletions
9
pages/common/git-pull-request.md
Normal file
9
pages/common/git-pull-request.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue