From 507c0df261b41eff51a9f7cb5bd703c0f2c6352d Mon Sep 17 00:00:00 2001 From: Samuel Woon Date: Tue, 11 Aug 2020 01:48:05 -0500 Subject: [PATCH] git-request-pull: add page (#4241) --- pages/common/git-request-pull.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/git-request-pull.md diff --git a/pages/common/git-request-pull.md b/pages/common/git-request-pull.md new file mode 100644 index 0000000000..4d4a377734 --- /dev/null +++ b/pages/common/git-request-pull.md @@ -0,0 +1,12 @@ +# git request-pull + +> Generate a request asking the upstream project to pull changes into its tree. +> More information: . + +- 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}}`