Question: What change will the following command make to the staging area files?

  1. testfile.js will be removed from the staging area and its changes no longer tracked.
  2. testfile.js will be removed from the staging area but its changes will still be tracked.
  3. A copy of testfile.js will be cached on your desktop.
  4. The current copy of testfile.js will be saved in the staging area.

Answer: The correct answer of the above question is Option A:testfile.js will be removed from the staging area and its changes no longer tracked.