MCQs>IT & Programming>Git>After starting to work on a new feature and creating new files in the working directory related to it, the customer determined the feature was no longer required. What command can be used to remove the untracked files from the working directory ?
Git MCQs
After starting to work on a new feature and creating new files in the working directory related to it, the customer determined the feature was no longer required. What command can be used to remove the untracked files from the working directory ?
Answer
Correct Answer: Git clean -f
Explanation:
Note: This Question is unanswered, help us to find answer for this one