mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-17 00:55:25 +02:00
git-request-pull: add page (#4241)
This commit is contained in:
parent
6310c08975
commit
507c0df261
1 changed files with 12 additions and 0 deletions
12
pages/common/git-request-pull.md
Normal file
12
pages/common/git-request-pull.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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>.
|
||||
|
||||
- Produce a request summarizing the changes between the v1.1 release and master:
|
||||
|
||||
`git request-pull {{v1.1}} {{https://example.com/project}} {{master}}`
|
||||
|
||||
- Produce a request summarizing the changes between the v0.1 release on master branch and local foo branch:
|
||||
|
||||
`git request-pull {{v0.1}} {{https://example.com/project}} {{master:foo}}`
|
Loading…
Add table
Reference in a new issue