S

Satya • 3.38K Points
Extraordinary

Q. Which command stages all deleted files for commit?

  • (A) git rm *
  • (B) git add -A
  • (C) git delete --all
  • (D) git clean
  • Correct Answer - Option(B)
  • Views: 25
  • Filed under category GitHub
  • Hashtags:

Explanation by: Satya

'git add -A' stages all changes including deletions.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.