Login
Remember
Register
Ask a Question
How to display only the names of the changed files?
0
votes
asked
Feb 13, 2022
in
Git
by
rajeshsharma
How to display only the names of the changed files?
a) git diff –name-only
b) git log
c) git status
d) None of the options
git-change-files
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2022
by
rajeshsharma
a) git diff –name-only
display only the names of the changed files
...