Category: DevOps
Introduction to DevOps and Interview questions
Posted onSpread the loveDevOps 1.What is Source Code Management? It is a process through which we can store and manage any code. Developers write code, Testers write test cases and DevOps engineers write scripts. This code, we can store and manage in Source Code Management. Different teams can store code simultaneously. It saves all changes separately. […]