mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2026-04-30 12:09:26 -05:00
925 B
925 B
⬅️ Back to Miscellaneous & Orphaned Git Commands
⬆️ Previous Step: git maintenance start
git request-pull
Generate a request to pull changes into a repository.
Command
git request-pull <start> <url> <end>
Examples
- Generate a pull request message from v1.0 to v1.1.
git request-pull v1.0 https://github.com/example/repo.git v1.1
Steps
- Run
git request-pull <start> <url> <end>to generate a pull request message.
Links
➡️ See the Next Step: View and Clean Up Local Git Branches (Bash)
Author: mike-rambil • Updated: 2024-06-10 • Tags: collaboration, pull-request