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.
Loading...
Related Quiz
- To improve security in Node.js applications, developers should use ___________ to prevent vulnerabilities.
- What does RDBMS stand for in the context of databases?
- Docker uses ________ files to define the configuration of a containerized application.
- Explain the role of MIME types in HTTP communication.
- What is the significance of the time quantum in Round Robin scheduling?