How To Show Filenames With git log
erics, Posted June 3rd, 2019 at 1:36:42pm
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.