Login
Remember
Register
Ask a Question
If you want to view the changes since last commit in a specific file, which command should you use?
0
votes
asked
May 23, 2020
in
NoSQL
by
Robindeniel
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
#git-view
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 23, 2020
by
SakshiSharma
git diff filename
...