I want to get all code lines which contains specified words like orderInfo
in git.xxx.com
. And I read gitlab api document and it seemed I can get only the projects which contains specified word.
This is my expected output:
xxx orderInfo[].....
yyy orderInfo.....
....
hhh orderInfo.....
Is there any simple way?