1.

Which of the following adds all new files to local repository?

A. git add .
B. git add -u
C. git add -A
D. none of the mentioned
Answer» B. git add -u


Discussion

No Comment Found