0 votes
in Git by
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

1 Answer

0 votes
by

a)  git diff –name-only  display only the names of the changed files

Related questions

0 votes
asked Feb 17, 2020 in Git by SakshiSharma
0 votes
0 votes
asked Feb 17, 2020 in Git by SakshiSharma
...