Revert "(chore) replace master/slave with inclusive language (#4459)" (#4532)

This reverts commit 4497535246.
This commit is contained in:
Starbeamrainbowlabs
2020-10-06 17:48:57 +01:00
committed by GitHub
parent 50f42a99eb
commit be3998d964
9 changed files with 21 additions and 21 deletions

View File

@@ -3,10 +3,10 @@
> 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 main:
- Produce a request summarizing the changes between the v1.1 release and master:
`git request-pull {{v1.1}} {{https://example.com/project}} {{main}}`
`git request-pull {{v1.1}} {{https://example.com/project}} {{master}}`
- Produce a request summarizing the changes between the v0.1 release on main branch and local foo branch:
- 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}} {{main:foo}}`
`git request-pull {{v0.1}} {{https://example.com/project}} {{master:foo}}`