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

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -