Correct Answer: SHA-1
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 to undo the last commit ?
How do you keep track of remotes attached to a local repository?
How can you create or switch to a new branch "feature"?
Which initializes a new folder?
What does git status -s do?
Is it possible to print git log using custom format?
Which of the following commands will show the file changes before staging?
How you can apply the changes introduced by some existing commits?
The following command does what; $ git commit -am "Commit"
The ' git log -1 --format="%h %an" ' command prints...