Correct Answer: Files in the working directory that Git does not know about because the have not been staged or committed
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
What command takes changes from the master branch on the remote repository origin and merges them to the local checked-out branch?
What type of Git hook could be used to validate that a commit message contains a ticket number?
What is the difference between git stash pop and git stash apply?
After making some major changes to your code, you are a little nervous about committing. What command would you use to review the commit prior to making it?
What statement best describes Git's concept of HEAD?
What is the main branch of a git repo commonly called?
Which of the following is not a git command
Which of the following is to copy a remote repository.
What file is used inside of a repository, to list files that should be ignored by git?
Which file in a git repository specifies intentionally untracked files that git should ignore?