exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 322 discussion

Actual exam question from Cisco's 200-901
Question #: 322
Topic #: 1
[All 200-901 Questions]

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?

  • A. git clean –n
  • B. git rm –f
  • C. git clean –r
  • D. git rm *
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
D0rm9nt
Highly Voted 11 months, 1 week ago
Correct -n for dry-run
upvoted 5 times
...
Woonesuf
Most Recent 9 months, 2 weeks ago
Selected Answer: A
The -n option will perform a “dry run” of git clean. This will show you which files are going to be removed without actually removing them. It is a best practice to always first perform a dry run of git clean. https://www.atlassian.com/git/tutorials/undoing-changes/git-clean
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...