System Grab Bag

View all TLDR pages from common (or from all pages)

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 a specified branch:
    git request-pull {{v1.1}} {{https://example.com/project}} {{branch_name}}
  • Produce a request summarizing the changes between the v0.1 release on the foo branch and the local bar branch:
    git request-pull {{v0.1}} {{https://example.com/project}} {{foo:bar}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.