A tag in Git is like a bookmark to a specific ________ in the repository's history.
- branch
- commit
- file
- pull request
The correct option is b) commit. A tag in Git is a reference to a specific commit in the repository's history. It serves as a permanent marker for a specific point in time, often used to mark release points.
Loading...
Related Quiz
- Code reviews are often performed on the changes in a _______ before they are merged into the main branch.
- How does Git's 'fast-forward' merge differ from a 'three-way' merge?
- What does the git log command display in a Git repository?
- What is the primary role of Git in build automation?
- In a case study of a successful enterprise, what Git practice was found to be key in managing their large-scale projects efficiently?