2020-08-11 07:48:05 +01:00
|
|
|
# git request-pull
|
|
|
|
|
|
|
|
> Generate a request asking the upstream project to pull changes into its tree.
|
|
|
|
> More information: <https://git-scm.com/docs/git-request-pull>.
|
|
|
|
|
2020-10-06 17:48:57 +01:00
|
|
|
- Produce a request summarizing the changes between the v1.1 release and master:
|
2020-08-11 07:48:05 +01:00
|
|
|
|
2020-10-06 17:48:57 +01:00
|
|
|
`git request-pull {{v1.1}} {{https://example.com/project}} {{master}}`
|
2020-08-11 07:48:05 +01:00
|
|
|
|
2020-10-06 17:48:57 +01:00
|
|
|
- Produce a request summarizing the changes between the v0.1 release on master branch and local foo branch:
|
2020-08-11 07:48:05 +01:00
|
|
|
|
2020-10-06 17:48:57 +01:00
|
|
|
`git request-pull {{v0.1}} {{https://example.com/project}} {{master:foo}}`
|