ExamGecko
Question list
Search
Search

Question 24 - 200-901 discussion

Report
Export

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 -a README.md

Answers
A.

git -a README.md

B.

git add README.md

Answers
B.

git add README.md

C.

git add README.md staging

Answers
C.

git add README.md staging

D.

git commit README.md

Answers
D.

git commit README.md

Suggested answer: B

Explanation:


Reference: https://teamtreehouse.com/community/committing-the-readmemd-file-to-repository

asked 07/10/2024
Gianni Masaracchia
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first