In Git, a ___________ is a snapshot of the project's files at a specific point in time.

  • commit
  • stage
  • merge
  • push
The correct option is "commit." A commit in Git represents a snapshot of the project's files at a specific moment in time. When you make changes to files and then commit those changes, Git records the changes and creates a new commit object. Commits are essential for tracking project history and collaborating with others in a version-controlled manner.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *