About 8,510,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 an issue you …

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

  3. 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 …

  4. 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 …

  5. 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 …

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

    May 29, 2018 · 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 …

  7. What is the simplest method to import Github issues into Azure …

    Apr 30, 2024 · These is a GitHub Action that can sync GitHub issues to Azure Boards work items, see " GitHub Issues to Azure DevOps ". This action also is the recommended way in Azure …

  8. 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?

  9. How do I get notifications on new GitHub issues?

    Feb 8, 2012 · Right now, I miss quite some issues for my project hosted on GitHub. I am looking for a way which tells me of new issues. E-Mail would be fine, but those are only sent if I …

  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 …