I did
git diff --name-only commit1 commit2
and I get a list
A file1 M file2 D file3
What does the A, M, and D stand for? Thanks
Added, modified, and deleted.