How To Show Filenames With git log

To display the filenames included in each commit, just add the --name-only
argument to git log
:
1 |
git log --name-only |
![]() |
To display the filenames included in each commit, just add the --name-only
argument to git log
:
1 |
git log --name-only |
Leave Your Comment
All fields marked with "*" are required.