Question: After you make changes to a local repository, you run the following command. What will this do?

  1. Nothing, you can't use multiple options in the same command
  2. Adds all new files to the staging area
  3. Commits all new files with a message
  4. Adds all modified files to the staging area, then commits them with a message

Answer: The correct answer of the above question is Option D:Adds all modified files to the staging area, then commits them with a message