About 14,500,000 results
Open links in new tab
  1. How can I see all the issues I'm watching on GitHub?

    GitHub has a great feature where you can "watch" an issue. This is handy for getting notifications about progress on that issue. However, sometimes you want to find the status of …

  2. How can I use a link to source code in GitHub Issue?

    I want to reference certain lines from a file in a GitHub repository in an issue. How can I do this without copying and pasting manually? Can I use a link to the source code? To clarify, here is …

  3. How do I move an issue on github to another repo?

    67 See the GitHub docs on transferring issues. Transferring an open issue to another repository On GitHub, navigate to the main page of the repository. Under your repository name, click …

  4. How can I reference a commit in an issue comment on GitHub?

    Jun 15, 2021 · I find a lot of answers on how to reference a GitHub issue in a git comment (using the #xxx notation). I'd like to reference a commit in my comment, generating a link to the …

  5. How can I export GitHub issues to Excel? - Stack Overflow

    Dec 29, 2016 · 107 How can I export all my issues from an Enterprise GitHub repository to an Excel file? I have tried searching many Stack Overflow answers but did not succeed. I tried …

  6. Can I search github labels with logical operator OR?

    Mar 19, 2015 · Since Aug. 2021, yes. However, it has not yet been propagated to GitHub Enterprise (Oct. 2021) It is also in GHE .3.3 (Dec 2021) See: Search issues by label using …

  7. How would I search Github issues created in the last x days?

    Jul 18, 2022 · I'd like to search for issues created x number of days ago, but can only find how to search using actual (hardcoded, if you will) dates. For example, I want to search for issues …

  8. How do I view GitHub issues from within Visual Studio 2022?

    Jan 10, 2023 · 6 How do I view and integrate with GitHub issues using Visual Studio 2022? When connected to an Azure Repo, the VS Team Explorer window includes a "Work Items" view that …

  9. Link to the issue number on GitHub within a commit message

    Nov 6, 2009 · Is it somehow possible to automatically have a link to GitHub issue number in the git commit message?

  10. How do I reference an existing branch from an issue in GitHub?

    Nov 4, 2011 · Let's say I have a branch named feature/1. And also issue #1. I want to link that branch to that issue. Is there a way to link that branch to that issue from the issue? Without …