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

Q & ACategory: Data ScienceWhich of the following command updates tracking for files that are modified?
Admin Staff asked 4 years ago

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

1 Answers
Admin Staff answered 4 years ago

b) git add -u