Correct Answer: --graph
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
How do you set an existing local branch to track a remote branch?
git mv is equivalent to what sequence of commands?
What is the command to show the un-merged branches (local and/or remote) within the current branch?
What is the git diff option to show the diffs of unstaged changes?
How do I merge changes made in "development" branch into "master" branch to avoid conflicts?
What does the git stash drop command do?
After staging a series of changes to the index, which command could you use to review them prior to a commit?
What types of tags does Git support?
How many individual commits can a single repository have?
What is the difference between initializing a normal repo and a bare repo?