Correct Answer: git log
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
What is the command for switching branches?
How do you add all files in current directory to git repository?
To update your local repo, which command will you use?
Which command shows you the version of your git installation.
What is the correct way to add multiple files to the staging area?
After accidentally deleting a branch in your local repository, how can you recover it?
After checking out a specific commit, you receive a warning message indicating You are in 'detached HEAD' state. What is Git warning you of?
How does the -p option change the behavior of the git add command
What is the default setting of git reflog when no subcommands are specified?
How would you delete a remote branch in your repository?