About 51 results
Open links in new tab
  1. GitHub search - how to exclude (logical NOT) company or user from ...

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

  2. How to search on GitHub to get exact string matches, including special ...

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

  3. 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 from scratch.

  4. GitHub Find file by its content - Stack Overflow

    Dec 15, 2018 · UPDATE: GitHub now provides whole new UI when search is opened. You can search whole GitHub, organization of repository you are viewing currently or only repository. Just typing …

  5. 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 appear in the body of …

  6. Which documentation should I be looking at for github code search …

    Sep 11, 2024 · I'm trying to use the github api for searching code given keywords. I have 3 usecases, where I need to search within a repo within a org across all of github There's two ways to do that, …

  7. 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 following query: …

  8. git - How to: find string in GitHub repo? - Stack Overflow

    Oct 8, 2017 · 28 You can search an entire repo in github by using the search bar found at the top left corner of the screen.

  9. How can I search for a commit message on GitHub?

    Not in a Git repository, but rather in GitHub specifically - how do I search just the commit messages of a specific repository/branch?

  10. How to search by tag with the Github Search API?

    Jan 31, 2020 · I'd like to find all repos with a certain tag and other search criteria with the api, for example all repos with tag assembly and docker as free text. However, the tag: prefix, does not work: …