0 votes
in NoSQL by

If you want to view the changes since last commit in a specific file, which command should you use?

(1)git diff filename
(2)git status
(3)git log
(4)git view changes file name

1 Answer

0 votes
by
git diff filename

Related questions

+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
...