Git Grep Line uniquement

grep -n PATTERN /dev/null $(git diff origin/main --name-only -G PATTERN)
qpwo