LinuxCommandLibrary

git-request-pull

Generate a pull request summary for email submission

TLDR

Generate pull request summary

$ git request-pull [start] [url]
copy
Include branch info
$ git request-pull [start] [url] [branch]
copy
Show patch
$ git request-pull -p [start] [url]
copy

SYNOPSIS

git request-pull [options] start url [end]

DESCRIPTION

git request-pull generates a summary of pending changes suitable for email submission. It creates a message describing the commits between a starting point and the current HEAD, along with the URL to pull from.
This command is commonly used in email-based patch workflows to ask maintainers to pull changes from your repository.

PARAMETERS

-p

Include patch text.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community