Difference between "git add -A" and "git add ."
Asked 07 September, 2021
Viewed 3K times
  • 54
Votes

The command git add [--all|-A] appears to be identical to git add .. Is this correct? If not, how do they differ?

12 Answer