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
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
Copyright © 2021 Jogjafile Inc.
Added, modified, and deleted.