Correct Answer: git --version
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 many remote servers can 1 Git repo pull changes from?
What does adding the -m option to git commit do?
CSS is also created and maintained by group of people within
Is possible to have a global .gitignore file?
How do you determine the current state of the project?
What is the staging area or index?
What does the -p option add to the output of the git log command?
What command takes changes from the master branch on the remote repository orgin and merges then to the local checked-out branch?
When Git Workflows contain a long-running branch, what purpose does the long-running branch serve?
What command finds the HEAD of the current branch?