About 19,800,000 results
Open links in new tab
  1. How to search on GitHub to get exact string matches, including …

    I can search exact matches from Google by using quotes like "system <<-". How can I do the same thing for GitHub?

  2. git - Search code inside a Github project - Stack Overflow

    Sep 1, 2010 · At GitHub Universe last year, we announced a total redesign of GitHub's code search and navigation experience, powered by our all-new code search engine that we built …

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

    Mar 19, 2015 · To find all your comments in the issues of any project on GitHub, you can use the GitHub search functionality with a specific query. In the search bar at the top, enter the …

  4. How to search on GitHub with OR/AND operators - Stack Overflow

    Sep 16, 2020 · Here is a more detailed (reference) of GitHub's Docs, which might help you with your issue. I hope this helps you, but as much as I searched I could not find conditional search …

  5. How do I escape characters in GitHub code search?

    GitHub natively doesn't support advanced code search like using special characters or excluding or including specific folders, We can use GitHub1s for searching a code in a repo. GitHub1s …

  6. Find a commit on GitHub given the commit hash - Stack Overflow

    Aug 13, 2021 · 60 The ability to search commits has recently been added to GitHub. To search for a hash, just enter at least the first 7 characters in the search box. Then on the results page, …

  7. GitHub Repository search using partial or begins-with

    I would like to do a code search in a collection of repositories. I would like to restrict my search using a pattern or naming convention in the repository name. I can limit my search by the

  8. Is it possible to search for a particular filename on GitHub?

    Dec 7, 2020 · IMO it is bad design that GitHub search doesn't default to including filenames in results. Atm, if you search a repo for the name of a file, and the name of the file doesn't …

  9. GitHub search - how to exclude (logical NOT) company or user …

    Apr 4, 2017 · GitHub search - how to exclude (logical NOT) company or user from search results Asked 8 years, 8 months ago Modified 2 years, 11 months ago Viewed 62k times

  10. How to search for code in GitHub with GitHub API?

    You can do a code search without specifying a user/org/repo if you authenticate. First, generate a personal access token for use for this purpose, from your Profile on GitHub's website: Settings …