Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[CodeCamp Cluj 2016] Branching strategies: Choose wisely to minimize costs

[CodeCamp Cluj 2016] Branching strategies: Choose wisely to minimize costs

Is your team choosing the branching strategy from the beginning or is it switching after a while to better accommodate the current project stage? How does this affect you and what are the costs involved? Multiply this by the number of repositories, each playing a definite role in a large-scale project, and you will want to know how to minimize the impact.

The branching model needs to be simple - so that everyone involved can grasp it quickly; flexible - so it can serve the needs of very different roles within the project lifecycle; and adaptable - when you have a particular unforeseen need, it should not be a barrier.

See what others are already using, ask a few questions that might drive an adaptation of your choice, and then choose wisely. Then let your team spend their time on coding rather than painfully switching strategies.

Georgiana Gligor

November 19, 2016
Tweet

More Decks by Georgiana Gligor

Other Decks in Technology

Transcript

  1. 3 Georgiana Gligor ✤ Geek. Mother. Do-er. ✤ Crafting LAMP

    enterprise apps ✤ Large-Scale Application Architect ✤ PHP Cluj Meetup Organiser ✤ Systems Engineering PhD Student @gbtekkie [email protected]
  2. 6 magic bullet solving conflicts build a one-size-fits-all recipe daily

    usage of git commands WE ARE NOT TALKING ABOUT
  3. 7

  4. 8 where to look when you need help highlight costs

    framework to make informed decisions WE WILL AIM FOR
  5. 10 2015 Stack Overflow Developer Survey PRESENT Git SVN TFS

    Mercurial CVS Perforce Other I don’t use source control 9,3% 5,8% 3,3% 4,2% 7,9% 12,2% 36,9% 69,3%
  6. 13 It’s not like git got everything right, but it

    got all the really basic issues right in a way that no other SCM had ever done before. Linus Torvalds, 2014 linux.com 2015 interview
  7. 54 ✤ is anyone waisting time? ✤ polyglot technology stack

    ✤ Agile ✤ geographically distributed team ✤ production bugs pile up ✤ team restructuring TRANSITION?
  8. 56 RECOMMENDED READING ✤Guide to Enterprise PHP Development ✤A Rebase-based

    workflow ✤Git team workflows: merge or rebase? ✤Understanding the Git Workflow ✤Linus on clean history ✤gitworkflows ✤GitHub Flow ✤Atlassian Simple Git Workflow ✤GitLab Flow ✤Git Flow ✤Atlassian series on Git ✤Trunk-based Development