+1 vote
in Git by
What is the GIT command to see all changes since the last commit ?

1) Git status

2) Git List

3) Git Commit

4) Git -C

1 Answer

0 votes
by
git status
...