Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
A developer completed the creation of a script using Git. Before delivering it to the customer, the developer wants to be sure about all untracked files, without losing any information. Which command gathers this information?
Correct Answer: A
The git clean -n command is used to show which files would be removed from the working directory. It displays the untracked files that would be deleted, without actually removing them. This allows the developer to review the list of untracked files before taking any action, ensuring no important files are accidentally deleted. References: * Git Documentation - git clean * Cisco DevNet Associate Certification Guide