DevOps Interview Questions and Answers Part "C"
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. We can retrieve this code at any point of time. 2. What are the Advantages of Source Code Management? . Helps in Achieving teamwork . Can work on different features simultaneously . Acts like pipeline b/w offshore & onshore teams . Track changes (Minute level) . Different people from the same team, as well as different teams, can store code simultaneously (Save all changes separately) 3. Available Source Code Management tools in the market? There are so many Source Code Management tools available in the market. Those are . Git . SVN . Perforce . Clear case Out of all these tools, Git is the most advanced tool in the market where we are ge...