About 519,000 results
Open links in new tab
  1. ELI5: What is a pull request (PR)? : r/explainlikeimfive - Reddit

    Oct 3, 2019 · It's a term used with Git, a distributed version control system for software code. You can have different "branches" for a project to track different histories of changes before you …

  2. What’s a pull request? : r/Frontend - Reddit

    Jul 29, 2021 · A pull request is a precursor to a merge request. You are making a request for another developer to pull the branch into their local repo to test and review the changes.

  3. r/github on Reddit: How to create pull request but only choosing ...

    Jul 12, 2022 · How to create pull request but only choosing specific commits?

  4. Why is it called a pull request instead of a merge or add request ...

    Jun 8, 2021 · The original pull request was literally that: a request for the other developer to run git pull on your repository in order to get your code.

  5. Remove commits from github pullrequest : r/github - Reddit

    Aug 28, 2022 · A couple of months ago I created a pull request on a repostory the pull request has not yet been closed. But today I decided to start working on…

  6. r/github on Reddit: You can create Pull Requests from Visual …

    Mar 22, 2023 · We're all used to the GitHub User Interface so we usually navigate to GitHub, then search for our repository, and then click the button to create a Pull Request. But did you know …

  7. A Wave of Spam Pull Requests on a Famous Open Source Project …

    Feb 6, 2024 · Check the closed PRs section of the official ExpressJS repository, it's screwed up. And with that, again, another Indian Tech Influencer after CodeWithHarry creates a mass …

  8. Can you cherry-pick pull requests?? : r/git - Reddit

    Mar 30, 2024 · What I often do is cherry pick using -m1 argument. I suppose what you want to cherry pick is the changeset of the pull-request. So if the pull-request is already merged into …

  9. Merge Commit, Squash, or Rebase: how do you close Pull ... - Reddit

    Dec 30, 2022 · When Merging a Pull Request on GitHub, you mainly have three options: merge commit, squash or rebase. Is there anything wrong with always doing a…

  10. Pull Request: There isn't anything to compare : r/github - Reddit

    Dec 19, 2018 · I did a git merge add_db to merge the branches, followed by git pull (git url) master --allow-unrelated-histories to update my local master branch to my remote master branch. …