S

Satya • 2.31K Points
Master

Q. Which command stages all modified files for commit?

  • (A) git add .
  • (B) git stage *
  • (C) git commit -a
  • (D) git update
  • Correct Answer - Option(A)
  • Views: 6
  • Filed under category GitHub
  • Hashtags:

Explanation by: Satya
'git add .' stages all changed files in the directory.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.