Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Designing and Implementing Microsoft DevOps Solutions AZ-400 Exam Guide

You're reading from   Designing and Implementing Microsoft DevOps Solutions AZ-400 Exam Guide Prepare for the certification exam and successfully apply Azure DevOps strategies with practical labs

Arrow left icon
Product type Paperback
Published in Sep 2022
Publisher Packt
ISBN-13 9781803240664
Length 490 pages
Edition 2nd Edition
Tools
Concepts
Arrow right icon
Authors (4):
Arrow left icon
Swapneel Deshpande Swapneel Deshpande
Author Profile Icon Swapneel Deshpande
Swapneel Deshpande
Henry Been Henry Been
Author Profile Icon Henry Been
Henry Been
Maik van der Gaag Maik van der Gaag
Author Profile Icon Maik van der Gaag
Maik van der Gaag
Subhajit Chatterjee Subhajit Chatterjee
Author Profile Icon Subhajit Chatterjee
Subhajit Chatterjee
Arrow right icon
View More author details
Toc

Table of Contents (27) Chapters Close

Preface 1. Part 1 – Digital Transformation through DevOps
2. Chapter 1: Introduction to DevOps FREE CHAPTER 3. Chapter 2: Site Reliability Engineering Fundamentals 4. Chapter 3: Getting the Best Out of DevOps Tools 5. Part 2 – Getting to Continuous Delivery
6. Chapter 4: Everything Starts with Source Control 7. Chapter 5: Moving to Continuous Integration 8. Chapter 6: Implementing Continuous Deployment and Release Management 9. Part 3 – Expanding Your DevOps Pipeline
10. Chapter 7: Dependency Management 11. Chapter 8: Implement Infrastructure and Configuration as Code 12. Chapter 9: Dealing with Databases in DevOps Scenarios 13. Chapter 10: Integrating Continuous Testing 14. Chapter 11: Managing Security and Compliance 15. Part 4 – Closing the Loop
16. Chapter 12: Application Monitoring 17. Chapter 13: Gathering User Feedback 18. Part 5 – Advanced Topics
19. Chapter 14: Adopting the Culture of Continuous Improvement 20. Chapter 15: Accelerate Cloud Adoption through DevOps 21. Chapter 16: Containers 22. Chapter 17: Planning Your Azure DevOps Organization 23. Chapter 18: AZ-400 Mock Exam 24. Assessments 25. Index 26. Other Books You May Enjoy

Selecting a branching and merging strategy

Source control allows you to keep a history of all of the changes you have made to your files, and also allows working separately from your team members for a while if you so desire. We call this branching. When you are branching in source control, you fork the line of changes currently registered. We call such a fork a branch. A branch allows you to temporarily isolate some work from the rest. At any point, if you want to integrate the changes from a branch with the changes on the other fork, you can merge these changes back. Branches are often used for working on not-yet-complete features, proofs of concept, or hotfixes. Using branches allows you to later decide which changes to include in the next version and which not to.

Branching strategies

There are many branching strategies available, but the three most used nowadays are the following:

  • GitHub Flow
  • GitFlow
  • Release Flow

The following subsections will discuss...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime