A
A
Automat2017-09-15 16:46:59
git
Automat, 2017-09-15 16:46:59

How to see a list of commit files?

I made a commit, it had about 12-14 changed files, but I didn’t push, I kept this commit. Now I want to see a list of these files changed in this commit. git
status - empty, obviously no files changed git log -p - almost the same as git log - just the history of the project's commits, incl. not mine without details So how can you see just a list of files in a commit?



Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav B, 2017-09-15
@nomotrack

git log --name-status

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question