Suppose I touch file
,then git add -A
,git commit -a
several times.
Then I have commits like:
b6913186abd9259f8e3e18f778cbb0743e431a98 commit3
a3309719f0fcee236b794fcb053ee252c762bbac commit2
4fe5675b900d7e20ec94784ad1fb5580581564ce commit1
When I want to know which files added from commit1
to commit3
,how to do it?