0

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

Badmiral
  • 1,549
  • 3
  • 35
  • 74

1 Answers1

2

Added, modified, and deleted.

mipadi
  • 398,885
  • 90
  • 523
  • 479