Skip to main content

Questions tagged [branch]

For question about branches in revision/version control systems

0 votes
0 answers
77 views

I’m trying to create a pipeline in Azure DevOps using the REST API. My goal is to create a pipeline that references a YAML file located in a specific branch of a Git repository According to the ...
Tiffoox's user avatar
0 votes
1 answer
97 views

I am trying to understand what is the difference between the two. The Shared repository model: uses ‘topic’ branches, which are reviewed, approved, and merged into the main branch. Fork and pull model:...
mishav's user avatar
  • 103
0 votes
2 answers
396 views

Currently I have two separate Azure DevOps Pipeline config files: azure-pipelines-staging.yaml azure-pipelines-production.yaml Really the only differences in them are the: trigger: branches: ...
cheslijones's user avatar
3 votes
1 answer
589 views

We are currently using Git flow branching strategy and looking to go to a trunk based strategy - although we are quite a ways away from getting there I am trying to get all my ducks in a row, ...
VKR's user avatar
  • 71
0 votes
3 answers
1k views

Should I use a release branch to push changes out to production or release it off master branch - the main pipeline where changes are merged by developers of their feature branches? Not to mention, ...
Zanky's user avatar
  • 21
0 votes
1 answer
1k views

We are using SVN as our version control system and we are using the below standard layout for our projects. Tags Branches Trunk Trunk: -> Trunk will always hold the latest code changes. Branches:...
Vivek's user avatar
  • 5
10 votes
2 answers
171 views

How do you avoid a branchageddon situation when working with large organisations? We work with a number of large financial organisations whose approach is to not take updates to software, but ...
Mark Wheeler's user avatar
7 votes
1 answer
962 views

If I have 3 environments : integration, staging, and production, what is the cleanest branching strategy to use, assuming I want to reuse my deployed artifact? For example, should feature branches be ...
tayworm's user avatar
  • 670

15 30 50 per page