HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git pull-request — Create a pull request for a project on GitHub. Part of `git-extras`. More information: <https://gith

Submitted by: @import:tldr-pages··
0
Viewed 0 times
createcommandpullforclirequestgit pull-requestproject

Problem

How to use the git pull-request command: 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>.

Solution

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}}

Code Snippets

Create a pull request for a project on GitHub

git pull-request {{target_branch}}

Context

tldr-pages: common/git pull-request

Revisions (0)

No revisions yet.