About 14,500,000 results
Open links in new tab
  1. How can I reference a commit in an issue comment on GitHub?

    Jan 18, 2012 · 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 …

  2. GitHub: How can I close the two issues with commit message?

    Feb 2, 2020 · I try git commit -m "example of coding - close #1 close #2" git push origin develop but it only close #1 issue. How can I close two or more issues with commit message?

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

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

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

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

  6. Using GitHub list-issues-for-a-repository API - Stack Overflow

    13 When you go to GitHub, under Issues, it pulls up all the open issues as an HTML page. We'd like to implement a dashboard showing all the issues in a repository, grouped by labels, …

  7. Can I add issues to github from the command line?

    Apr 27, 2020 · 1 There is a github_cli gem that I'm working on that provides command line access to the entire GitHub API v3. Please give it a try and report any issue/thoughts/feature requests.

  8. github - View issues that are assigned to me? - Stack Overflow

    Oct 15, 2014 · I've checked the GitHub docs but can't find this. I've also googled this but can't find an answer. How can I see all issues for all my repositories that have been assigned to me on …

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

    Dec 28, 2016 · 104 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 …

  10. github: how to reference an issue in a commit from a different ...

    Issue 1 Issue 2 Issue 3 All these issues are appearing on the kanban board of Project X. When I now do a commit on Repository B: closes #1 The commit wont get linked to the Issue 1 of …