About 19 results
Open links in new tab
  1. Linking a pull request to an issue - GitHub Docs

    You can link a pull request or branch to an issue to show that a fix is in progress and to automatically close the issue when the pull request or branch is merged.

  2. 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.

  3. git - How do you attach a new pull request to an existing issue on ...

    5 days ago · This other answer explains how to use cURL (curl) to create a Pull Request from an Issue through the GitHub API. Here’s how to do it using HTTPie ( http ), which produces an …

  4. github: Adding commits to existing pull request - Stack Overflow

    TL;DR; To add commits to an existing pull request you simply add them to the branch used to contribute the code for the pull request. The PR is updated automatically.

  5. linking-a-pull-request-to-an-issue.md - GitHub

    You can link an issue to a pull request manually or using a supported keyword in the pull request description, that is, the summary text added by the author when they created the pull request. …

  6. How To Create a Pull Request in GitHub? - GeeksforGeeks

    Jun 19, 2024 · How To create a pull request in GitHub? Step 1: To start contributing, fork a repository of your choice to which you want to contribute. Step 2: Check for the issues that the …

  7. How to Link Issues and Pull Requests in GitHub: A Step

    Jun 7, 2024 · Linking issues to pull requests in GitHub helps streamline your workflow, enhances team collaboration, and ensures everyone is on the same page. Whether you prefer using the …

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

    Aug 12, 2024 · Navigate to GitHub, and you should see a message indicating that your branch had recent pushes a short while ago. Click the green button that says “Compare & pull …

  9. git - How to do a GitHub pull request - Stack Overflow

    Feb 4, 2013 · pull request isn't an official "git" term. It "summarizes the changes between two commits to the standard output, and includes the given URL in the generated summary." Pull …

  10. Linking a pull request to an issue - GitHub Docs

    You can link a pull request or branch to an issue to show that a fix is in progress and to automatically close the issue when the pull request or branch is merged.

  11. Some results have been removed
Refresh