Correct Answer: --quiet
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 add only certain parts of a file to the index?
What's the purpose of 'git bisect' ?
What git feature allows you to embed separate repos?
How do you add another git repository as a directory of your repository
When pushing to a remote server, what is the only type of merge that is accepted by default?
What is the difference between Git and SVN?
How does this command alter the currently checked-out branch? git reset --soft HEAD^
What conflicts can occur when forcing a push after rebasing?
How would you delete unreachable objects older than a specified time from your project database?
Which option on the git log command allows you to limit output to commits made after certain date?