DevOps
156 views
Branching Strategy
Quick Definition
Convention for managing parallel development in version control
Full Definition
A convention for managing parallel development streams in version control.
Examples
Git Flow, GitHub Flow, trunk-based development
Related Terms
git
version-control
More DevOps Terms
Chaos Engineering
Deliberately introducing failures to test resilience
Shift Left
Moving testing and security checks earlier in development
GitOps
Framework using Git as single source of truth for configs
Immutable Infrastructure
Replacing servers instead of modifying them for updates
Logging
Recording and aggregating application and system events
Alerting
Notifying teams when metrics exceed thresholds