Related Question 5
In software version control, what does 'commit' generally mean?
-
A.
Saving changes to the local repository
-
B.
Copying code to a backup server
-
C.
Deleting previous version
-
D.
Merging two projects
Correct Answer: A
Explanation:
Commit means saving changes to the repository with a message describing the changes.