Correct Answer: git config -l
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
The command "git stash list" should print the following:
A staged file is
What language is used in Git
True or False? Is Git a centralized version control system.
Which of the following options enables helpful colorization of command line output?
Which command can be used to list the branches that have been merged into the currently checked-out branch?
What is the difference between using the git stash and git stash pop commands?
What is version control?
What information does the git config file store?
What is the difference between a soft reset (git reset --soft) and a hard reset (git reset –hard) ?