in Git by
In Developers Git, After performing several commits, or cloning a repository with an existing commit history, if you want to look back to see what has happened, what command will you use?

Select the correct Answer from below list

(1)git log

(2)git status

(3)git rm

(4)git checkout

1 Answer

+1 vote
by
git log
...