Which command needs to be used to accomplish this?

A developer needs to prepare the file README.md in the working tree for the next commit operation using Git.

Which command needs to be used to accomplish this?
A . git add READM
B . md staging
C . git -a READM
D . md
E . git add READM
F . md
G . git commit READM
H . md

Answer: C

Latest 200-901 Dumps Valid Version with 211 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
secops.xavier
secops.xavier
1 year ago

Can’t find anything about git -a
Wouldn’t the correct answer be “git add README.md” ?