Correct Answer: Perform a “dry run” of git clean. This will show you which files are going to be removed without actually doing it.
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
Which git rebase mode allows you to combine commits by 'squashing'?
What happens after you execute the following command? git tag -a
Which is the command to remove the latest stash from the stash list?
What is the difference between the -c and -C options for git commit?
The command "git diff", without any additional arguments, shows...
Which of the following is called dumb protocol?
Which Git command begins tracking of a new file?
Which of the following is an integration manager?
Which command will list tags with the 1.4.2 series?
Which user should be created first during setting up of SSH?