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