I want to merge two branches but before, I'd like to review the changes between the two branches on all files whose filename ends with .twig
.
Is it possible, or should I use some bash-magic like git diff --name-only branch1..branch2 | grep .twig
?