In Git, a release is often marked with a ________, representing a stable point in the development.
- Tag
- Stash
- Branch
- Commit
In Git, a release is commonly marked with a tag. Tags are labels for specific points in Git history, often used to represent stable versions of the software.
Loading...
Related Quiz
- In complex projects, integrating Git with IDEs enables _________ tracking for each branch.
- Reflecting on major Git successes, what is a common factor that contributes to efficient version control in large organizations?
- During a project audit, you need to find out when a specific bug was introduced. What Git feature can help you trace the origin of this bug?
- If you have committed the wrong files to Git, what command can you use to undo this last commit?
- What are the best practices for garbage collection in Git to optimize repository performance?