DevOps
28 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
Istio
Open platform for managing microservices with service mesh
CI/CD Pipeline
Automated steps from code commit to deployment
Logging
Recording and aggregating application and system events
Git
Distributed version control system for tracking code changes
Terraform
Declarative IaC tool for provisioning cloud resources
Continuous Deployment
Automatically deploying every tested change to production