Hacker News new | ask | show | jobs
by beltekylevi 2517 days ago
Correct answer adds the current working directory not all changes in the local repository.

  Write the command that asks git to add all changes that have been made inside the project that git tracks.
  Your answer: git add -A

  Correct answer: git add .