I'm trying to grep the word <template>
in a git repository.
How do I write my git grep
statement for this? (Shell seems to assume < and > as redirection parameters)
(Looks like this is specific to git for windows run from a cmd
session. Git Bash works fine)