A

Admin • 832.27K Points
Coach

Q. Which Git command stages all modified and deleted files at once?

  • (A) git add .
  • (B) git add -u
  • (C) git stage
  • (D) git commit -a
  • Correct Answer - Option(B)
  • Views: 8
  • Filed under category Git
  • Hashtags:

Explanation by: Admin

git add -u stages modified and deleted files, but not new files.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.