About 8,800,000 results
Open links in new tab
  1. git - How to do a GitHub pull request - Stack Overflow

    Feb 4, 2013 · The Simplest GitHub Pull Request is from the web interface without using git. Register a GitHub account, login then go to the page in the repository you want to change.

  2. git - Что такое pull request? - Stack Overflow на русском

    Aug 6, 2012 · Что такое "пул реквест" (pull request), который на GitHub, и как его применить?

  3. How can I check out a GitHub pull request with git?

    Dec 19, 2014 · I'd like to check out a previously created pull request (created via GitHub web interface). I searched and found different places where a refs/pull or refs/pull/pr But when I add …

  4. How to Link Azure DevOps Boards with GitHub Commits and Pull …

    Mar 14, 2019 · For more information on this operation, see Link GitHub commits and pull requests to work items. Because we have continuous integration and pull request validation enabled in …

  5. How to manually trigger Github Pull Request build

    Jul 22, 2025 · We have Pull Requests Builds enabled for the Ceph project in settings. This usually works fine. We also have a Github workflow to enable developers to retrigger a build for a pull …

  6. git - GitHub pull request showing commits that are already in …

    490 I'm trying to review a pull request on GitHub to a branch that isn't master. The target branch was behind master and the pull request showed commits from master, so I merged master …

  7. github - Why is a git 'pull request' not called a 'push request ...

    Feb 9, 2014 · 805 The terminology used to merge a branch with an official repository is a 'pull request'. This is confusing, as it appears that I am requesting to push my changes to the …

  8. Download Github pull request as unified diff - Stack Overflow

    May 31, 2011 · How can I download the changes contained in a Github pull request as a unified diff?

  9. List all files changed in a pull request in Git/GitHub

    Aug 1, 2014 · Is there a way (from the command line) to list the names of all files changed in a PR in Git/GitHub? This would be used to find what tests need to be run in a Travis CI build for that …

  10. github - Git Pull vs. Pull Request - Stack Overflow

    Mar 23, 2014 · A pull request is requesting the maintainer of a repository to git pull in some changes (as the name already suggests). GitHub provides an additional easy to use interface …