MCQs>IT & Programming>Git>After you make changes to a local repository, you run the following command. What will this do? git commit -a -m "Refactor code base"
Git MCQs
After you make changes to a local repository, you run the following command. What will this do? git commit -a -m "Refactor code base"
Answer
Correct Answer: Adds all modified files to the staging area, then commits them with a message
Explanation:
Note: This Question is unanswered, help us to find answer for this one