Design Patterns for Salesforce Git Branching Strategies

Sdílet
Vložit
  • čas přidán 8. 07. 2024
  • How can you choose a Git branching strategy for Salesforce if you don’t know the principles and patterns behind them? In this session, you’ll learn about Git-based deployments, why branching strategies are needed, and what patterns are present in all strategies. With this knowledge, you’ll be able to make an informed decision on what strategy best fits your development process.
  • Zábava

Komentáře • 12

  • @manugne
    @manugne Před 4 měsíci +2

    Well done Pablo...I liked idea of single branch master and feature branch with tags..In Salesforce multi org using branches per sandbox is very tough to manage especially in case of bugs found in one org and one need to backpromote in all other Salesforce orgs.

  • @SalesforceUSA
    @SalesforceUSA Před 4 měsíci +2

    We need this. This is a very good video. I recommend it. It is very helpful. Thanks.............

  • @riesenrum
    @riesenrum Před 4 měsíci +1

    Very clear and informative, thank you Pablo! I genuinely enjoyed this session and learned a lot.

  • @andrea004
    @andrea004 Před 4 měsíci +1

    Wow! Thank you so much for this Pablo. DevOps is a super complicated part of the Salesforce world and you explained so simply, it was brilliant! I've working on DevOps processes that have been based on many of the strategies shown here for years and I found it very helpful and enlightning. Kudos to you! I will suscribe to your blog and hopefully to future trainings as well

    • @9gager87
      @9gager87 Před 4 měsíci

      Glad you liked it!

  • @jefersonspencer
    @jefersonspencer Před 4 měsíci +1

    Well done Pablo, really useful.
    It is great to see more people challenging branches = sandboxes idea, we should decouple that and reuse the lessons we learned in other engineering fields.

  • @SFLightningForce
    @SFLightningForce Před 4 měsíci +2

    Nice insight at Salesforce deployment (CI/CD), thanks