SyntaxFix
Write A Post
Hire A Developer
Questions
I use this:
git log --name-status <branch>..<branch> | grep -E '^[A-Z]\b' | sort | uniq
which outputs a list of files only and their state (added, modified, deleted):
A sites/api/branding/__init__.py M sites/api/branding/wtv/mod.py ...