From 543c82987ea7f6206aa742cedf59de713187b43c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Sep 2021 13:09:45 -0300 Subject: _tils/2020-09-05-pull-requests-with-git-the-old-school-way.md: Fix order of request-pull option --- _tils/2020-09-05-pull-requests-with-git-the-old-school-way.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md b/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md index e7d20f1..43f83fc 100644 --- a/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md +++ b/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.md @@ -91,7 +91,7 @@ git request-pull HEAD public-origin | mail author@example.com -s "PR: Add thing # send a PR with your last 5 commits to the project's mailing # list, including the patch -git request-pull HEAD~5 public-origin -p | \ +git request-pull -p HEAD~5 public-origin | \ mail list@example.com -s "PR: Add another thing to repo" # send every commit that is new in "other-branch" -- cgit v1.2.3