I am trying to search some code in a branch in a GitHub repository.
However this indicates that I can only search the default branch.
Is there a way I can search c
Using console, I would search for specific code in a specific branch with the following
git grep 'my_search_text' my_branch
my_branch
git grep