Login
Remember
Register
Ask a Question
What is the GIT command to see all changes since the last commit ?
+1
vote
asked
Jul 25, 2019
in
Git
by
Robindeniel
what is the GIT command to see all changes since the last commit ?
(a) Git Status
(b) Git List
(c) Diff
(d) all the options
I am working on the new project and need to work on GIT, if you can please help on it?
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 25, 2019
by
Robindeniel
git status
...