logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Git Request Pull - Create Pull Requests | Online Free DevTools by Hexmos

Generate Git request pull commands with Git Request Pull. Create pull requests for Git repositories and collaborate effectively. Free online tool, no registration required.

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}}

See Also