1.

Which of the following command updates tracking for files that are modified?

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


Discussion

No Comment Found