branching-strategy Questions

2

Solved

I'm having trouble to understand how to deal with the following scenario: Feature A is committed to master as commit A. We are ready for release v1.0.0 so we tag commit A as v1.0.0 and we create ...
Halfway asked 4/8, 2017 at 16:12

4

We are developing several projects that consist of web artifacts, using the git-flow branching model. Refer to: Vincent Driessen's git flow branching model We are using develop branch and jenkins...
Cockcroft asked 12/8, 2016 at 11:39

3

Solved

Is it possible to enable branch protection rules at the organisation level in Github so that all repositories part of that organisation inherit these rules for the applied branches. Right now its r...
Silvan asked 16/1, 2019 at 18:6

1

We use a peer-review process where reviewers are asked to merge in to a Review branch when done. Thing is, after review, we wish that our master branch gets automatically rebased with what Review ...
Blintze asked 4/11, 2019 at 4:41

1

Solved

From a task on a board in Azure DevOps I can click on "Create a new branch" as shown below. This will open a dialog in which to specify the name and base for the new branch. To save time — and ...

2

Solved

We are trying to follow the gitflow branching model, but with a twist. We have have four servers environments where the product can be deployed to, each server serves a purpose : development, inte...
Pneumodynamics asked 27/6, 2016 at 8:10

4

Solved

I am currently looking a lot into git-flow, and trying to figure out, how to use it for the projects I am involved on. I have looked at the various git-flow tutorials and I am fairly familiar with...
Snip asked 20/12, 2011 at 16:59

2

Solved

I am getting something unexpected happening in the git tree. I have created a branch off of master, however while I am performing commits on the new branch it appears as though these are taking pla...
Theatricalize asked 5/6, 2017 at 5:34

1

I have a Git branch for each feature. However, sometimes, when developing in branch A, I would like to test how A would behave if B was applied also. At the moment, I use this: git checkout A git...
Matz asked 4/9, 2015 at 10:22

1

This question is not iOS-specific, but I'm including the actual use case here for clarity I run an iOS project called Foobar, obviously kept under version control. Amongst the project files in the ...
Gremlin asked 17/4, 2014 at 8:46

2

Solved

I'm using Git for one of my projects at the moment, and I love it. However, because I'm the only one working on my project, the only commands I've been using are git status git add . git commit -...
Modiolus asked 19/9, 2014 at 11:36

1

I have a Team Foundation Server 2013 code structure like follows... $/TeamProject/Application/AllTheCodeFiles ...but I'd like to refactor to have... $/TeamProject/Application/Trunk/AllTheCodeFi...
Nappie asked 21/8, 2014 at 19:4

2

The following Git branching model seems to be quite widespread. http://nvie.com/posts/a-successful-git-branching-model/ In our current project we do not have a development branch and create featur...
Perambulate asked 27/6, 2013 at 11:52

2

Solved

I've noticed that some answers to questions about branch names quote the Mercurial wiki to indicate that the branch-per-feature or branch-per-bug naming conventions may cause performance problems. ...
Jordanjordana asked 7/2, 2012 at 0:51

12

The company I work for is starting to have issues with their current branching model and I was wondering what different kinds of branching strategies the community has been exposed to? Are t...
Alcoholometer asked 29/8, 2008 at 18:38

4

Solved

I would like to have some input on how a professional development setup with the following requirements might look like. several PHP-developers (say PHP) each developer belongs to one group each ...
Hwahwan asked 8/4, 2011 at 13:47

5

Solved

I am trying to decide on the best branching strategy for a web application project. Here is what I have come up with until now and I would greatly appreciate any comments and experiences. The way ...
1

© 2022 - 2024 — McMap. All rights reserved.