Google News
logo
Git - Quiz(MCQ)
What is the command to add all files and changes of the current folder to the staging environment of the Git repository?
A)
git add
B)
git add --all
C)
git add --files
D)
None of the above

Correct Answer :   git add --all

Advertisement