DevOps
Blogs
Mastering DevOps Branching: Your Ultimate Guide to Git Flow, Trunk, Tag-Based and Hybrid Strategies
-
Chetan Menge
-
14/08/2024
Methods of Branching Git Flow: Git Workflow: Separate branches are created for development (development), feature development (feature/), hotfix (hotfix/), and release (release/*). Code from the feature branches is combined...
Continue ReadingBlogs
Comparing DevOps VS Traditional SDLC
-
Sunil Karke
-
24/08/2015
Traditional Software Development Life Cycle Challenges Requirements to Production deployment of any business need or story (in Extreme programming) is an interesting journey with a lot of human intervention...
Continue Reading