About 15,000,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. 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 …

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

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

    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 …

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

  6. 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

  7. Search all of Git history for a string - Stack Overflow

    Git can search diffs with the -S option (it's called pickaxe in the docs) git log -S password This will find any commit that added or removed the string password. Here a few options: -p: will show …

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

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

  10. 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