This question specifies that -P allows GNU grep to grep for a tab
-P
grep -P \'\\t\' config/file.txt
However, using git gre
git gre
You can work around this by typing a literal tab into your command:
# type it with ^V then tab git grep ' '