About 507,000 results
Open links in new tab
  1. 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 …

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

  3. Searching code in a specific GitHub branch - Stack Overflow

    Aug 12, 2020 · True. Commit messages and source code are different things, but the limitation I was pointing to is the same: GitHub's web search relies on an index built for a single reference …

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

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

    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 …

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

    ran into this; useless code search! I need to find all instances of :ok and :locked in a Ruby on Rails codebase. Github's crappy search doesn't allow this.

  7. git - GitHub: How to do case sensitive search for the code in ...

    Nov 9, 2015 · GitHub: How to do case sensitive search for the code in repository? Asked 10 years, 4 months ago Modified 1 year, 4 months ago Viewed 41k times

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

  9. GitHub: searching through older versions of files - Stack Overflow

    Jan 16, 2011 · Currently, I don't believe it's possible to search within the complete history of a repository's code on the github website - the closest is just searching within the current code of …

  10. How can I search all files ending with the file extension `.feature` …

    Jan 25, 2020 · 13 According to GitHub's help page on Searching Code, under Considerations for code search, it is mentioned that: Except with filename searches, you must always include at …