March 17, 2024 in DevOps 1 min read Git: Changed File Names With Certain Extension For example, how to find changed PHP files between latest and the commit before it: 1 git diff --name-only HEAD~1 HEAD '**/*.php' Continue reading