Questions tagged [tbd]

Referes to a source-control branching model, where developers collaborate on code in a single branch called ‘trunk’

Referes to a source-control branching model, where developers collaborate on code in a single branch called ‘trunk’. See also Trunk Based Development

2 questions
3
votes
0 answers

Finding trunk commits not ending on master - Trunk based development with Azure repos

I have an implementation of Trunk Based Development in Azure Repos as follows: Development on short live feature branch - multiple commits PR to trunk - merge squash, delete feature branch Cherry pick from trunk to release - Azure Repos does a new…
hakamairi
  • 4,464
  • 4
  • 30
  • 53
3
votes
1 answer

How many pipelines for Trunk Based Development?

For Gitflow based workflow, three pipelines(Dev, QA & prod) are recommended. My understanding is, if there are 2-3 developers in a single team, with short-lived feature branches which commit changes in predefined time(24 hrs), then Trunk based…
overexchange
  • 15,768
  • 30
  • 152
  • 347