git - GitHub: How to do case sensitive search for the code in repository? -
i want case sensitive search particular piece of code in github repository. possible?
i checked https://help.github.com/articles/searching-code/ , didn't find such syntax rule.
use grep
or git grep
in local clone. github search has lot of limitations. think worst of these shows first 2 matches file, avoid whenever possible.
Comments
Post a Comment