About 3,970,000 results
Open links in new tab
  1. Git Pull Request - GeeksforGeeks

    Aug 26, 2024 · In this article, we’ll explore everything you need to know about pull requests in Git—what they are, how they work, and how to create, review, and merge pull requests effectively.

  2. What Is a Pull Request? | Atlassian Git Tutorial

    When you file a pull request, all you’re doing is requesting that another developer (e.g., the project maintainer) pulls a branch from your repository into their repository.

  3. Pull Request in Git: Your Guide to How It Works | DataCamp

    Jul 11, 2025 · What Is a Pull Request? A pull request is really a method to suggest changes to code. So imagine you're working on a feature or in a separate branch, a pull request lets you ask to merge …

  4. Beginner’s guide to GitHub: Creating a pull request

    Aug 12, 2024 · As part of the GitHub for Beginners guide, learn how to create pull requests. This will enable you to suggest changes to existing repositories. Welcome back to GitHub for Beginners, a …

  5. Creating a pull request - GitHub Docs

    To create a pull request, use the gh pr create subcommand. To assign a pull request to an individual, use the --assignee or -a flags. You can use @me to self-assign the pull request.

  6. What Is a Pull Request? The Complete Guide for Developers

    Sep 23, 2025 · Learn everything about pull requests: what they are, how they work, why they're essential for collaborative development, and best practices for creating and reviewing them effectively.

  7. Basics Cheat Sheet: Making a Pull Request

    Sep 5, 2025 · Open a Pull Request (PR) on GitHub. Go to your repository on GitHub. Base: The target branch (e.g., main, dev, or other project default) in the upstream repo. Compare: Your branch (e.g., …

  8. Git Pull Request Explained: How It Works, Commands & Examples

    Oct 8, 2025 · Learn what a Git Pull Request is, how to create one, and why it's essential for collaborative development. Includes commands, examples, and best practices.

  9. How to Create and Send a GitHub Pull Request to Another Repository: …

    2 days ago · A pull request is a formal way to propose changes to a repository you don’t own, allowing the project maintainers to review, discuss, and merge your work. Whether you’re fixing a bug, adding …

  10. Git Pull Requests | CodePath Web Development Cliffnotes

    Pull Requests (PRs) are a fundamental collaboration tool in modern software development. They provide a structured way to propose changes, review code, discuss improvements, and merge new …