Search issues by label using logical OR
You can now search issues by label using logical OR. Simply use a comma to separate the labels. For example label:"good first issue",bug will list all issues with a label good first issue or bug. The...
View ArticleFile Finder: Customize Default Exclusions
The repository file finder is a convenient way to jump to a specific file by typing part of its path. It can be accessed by pressing t or using the “Go to file” button. The file finder hides files in...
View ArticleIntroducing the new npm Dependency Selector Syntax
npm query is a new top-level command as of npm v8.16.0 which accepts a Dependency Selector (as defined in the Dependency Selector Syntax Specification) & returns a filtered JSON Array/NodeList of...
View ArticleIntroducing an all-new code search and code browsing experience
Understanding code is one of the most important parts of software development. Developers need to be able to quickly search, navigate, and understand their code to do their best work. That’s why we...
View ArticleNo more waitlist – code search and code view are available to all in public beta
Reading and understanding code is an absolutely critical task for software developers. Research suggests developers spend far more time reading code than writing it. Reviewing a pull request, planning...
View ArticleThe new code search and code view is now generally available
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. And in February, we...
View ArticleAnonymous users have access to new code view and navigation
A total redesign of GitHub’s code search and navigation was released to all logged in GitHub users in May. Starting today, the new redesigned code navigation experience, including a file tree and...
View Article