DevOps Essentials: Adopting Source Control

preview_player
Показать описание
In this second episode of the DevOps Essentials, we talk about what source control is and how you can adopt it in your Salesforce projects. We also share considerations to define your git branching model and to map it to your pipeline.

00:00 Start!
00:57 What is source control?
02:19 Creating and using a git repo
06:04 What are branches useful for?
07:13 How many branches should you create?
09:15 Which more benefits does source control provide?
10:22 Resources

Connect with Salesforce Developers:

Рекомендации по теме
Комментарии
Автор

I'm working with a client that wants us to implement trunk-based development. I have not found a good video covering that sort of branching strategy with Salesforce, so it would be great if you guys could add it to this series!

ferbragga
Автор

Vscode has git commands in a ui ootb, best tool to do enterprise work, no terminal necessary

JonSchleicher