A developer needs to prepare the file README.md in the working tree for the next commit operation using Git. Which comma
Posted: Fri Jul 22, 2022 2:52 pm
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
B. git add README.md
C. git add README.md staging
D. git commit README.md
A. git -a README.md
B. git add README.md
C. git add README.md staging
D. git commit README.md