In DevOps practices, how is Git typically used for source code management?
- Version Control
- Continuous Integration
- Continuous Deployment
- All of the Above
Git is primarily used as a Version Control System in DevOps practices to track changes, collaborate, and maintain a history of codebase modifications.
Loading...
Related Quiz
- GitHub's security feature that protects against unauthorized changes to a repository is called __________.
- How can advanced rebasing techniques be used to resolve complex merge conflicts in Git?
- How can Git aliases improve a developer's workflow?
- When preparing for a major release, what steps should be taken to ensure that all features are merged and conflicts are resolved efficiently?
- What Git feature is particularly useful for distributed teams to review each other's work?