abhishek srivastavaSep 14, 20225 minWhat is CI and CD ?CI ( Continuous Integration) and CD ( Continuous Delivery or Deployment) are words that can be heard very often in any software...
abhishek srivastavaSep 8, 20226 minBranching Strategies for DevOpsBranching strategy is one of the important components of the CI/CD pipeline. It helps us to: Manage the source code changes Track changes...