Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [gitflow]

Ask Question

git-flow is a popular workflow that extends the verbs available to git and helps handle moving changes between feature, development, release, hotfix, support, and production branches.

153 questions
Filter by
Sorted by
Tagged with
2votes
2answers
202views

We currently use the GitFlow process to manage our releases (or so I think) for a native iOS app.Here are the steps we carried out for context:We created a new repo with the main branchWe then ...
Shawn Frank's user avatar
-1votes
1answer
868views

I am a one person team of my project.I have adopted GitFlow branching strategy for my project which I have read from here, excluding the release branches because I am the the only developer in the ...
-2votes
1answer
146views

I am looking to adopt GitFlow for a multi-product repository. This repo contains multiple on-prem applications and libraries. Due to the nature of the products, releases are not frequent and we do not ...
0votes
2answers
304views

what I haveWe have two teams with different release cycles. The teams work in the same solution, but don't change the same files.We have a developer team that uses 2 week sprints and delivers after ...
nl-x's user avatar
  • 101
1vote
1answer
300views

I have a CI pipeline that creates snapshot artifacts with constant version numbers after each commit to the development branch. Then the snapshots are deployed to the stages (dev, test) sequentially ...
0votes
6answers
1kviews

In Scrum we do a 2 week sprint and ship the features after the sprint. I have heard a lot of good things about TBD, but does it conflict with Scrum? Can anyone share your workflow if it is possible ...
2votes
3answers
1kviews

We are a small software team with 6 members. We are working on different software projects in our company.Before I joined the team no version control system was used. It was/is my task to reorganize ...
Jakob's user avatar
2votes
2answers
830views

TL;DR: Using GitFlow, which commit do you tag to identify the build of your next release? If you tag the merge commit on main, you'll need to rebuild and deploy something you didn't test on QA (and ...
1vote
2answers
302views

Regarding my last question: Can 1.0.1 be launched right after 1.1.0?. I learned that releases can be maintained in parallel using SemVer and it is possible to apply it using Git Flow (Reference: Post ...
0votes
3answers
589views

I know that it is common for software to have parallel development in major versions, such as v1 (1.x.x), which can be completely different from v2.Regarding Semver (Semantic Version), can I upgrade ...
2votes
4answers
8kviews

Currently my code base has 3 deployments: "development", where devs unit test and develop features; "testing", where testers run end user verification for the features; and "...
a.utfull.day's user avatar
0votes
2answers
465views

I am wondering what some possible workflows are for writing database migrations for a team of developers. We seem to run into a problem where one person writes a migration, names it and gives it a ...
MadPhysicist's user avatar
-1votes
1answer
193views

In our team we have up to 50 repos, of which about 15 are worked with regularly. The others are rarely changed, but it happens that we bring in 1-3 additional repos per release and work with them.We ...
Rattletrap's user avatar
2votes
4answers
4kviews

I have done thru where do bug fixes go in git flow and the git flow and github flow pages.There are scenarios many times when we need to show demo of new functionality and on same day fix issues of ...
3votes
2answers
4kviews

I am trying to come up with a branching strategy.We have two teams working on the same product which is kept in one repository. Both teams have different release plans and if both teams merge on ...
Totoro's user avatar

153050per page
1
2345
11

Hot Network Questions

more hot questions
Newest gitflow questions feed

[8]ページ先頭

©2009-2025 Movatter.jp