DevOps
27 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
Ansible
Agentless automation tool using YAML playbooks
Alerting
Notifying teams when metrics exceed thresholds
Incident Response
Organized approach to managing IT service disruptions
Rolling Deployment
Incrementally updating instances replacing old with new
CI/CD Pipeline
Automated steps from code commit to deployment
Docker
Platform for running applications in lightweight containers