Coder Social home page Coder Social logo

Missing bugfix branches about gitflow HOT 7 CLOSED

nvie avatar nvie commented on May 20, 2024 4
Missing bugfix branches

from gitflow.

Comments (7)

nvie avatar nvie commented on May 20, 2024 30

Well, that's rather arbitrary. I don't think you should hang on to the term "feature" too tight. A rule of thumb would be that if you need more than one commit for a change, you should do it on a feature branch, otherwise commit it directly on develop.

Adding another flavour of branches would only make sense if it would be an actual other flavour. What you are referring to are simply feature branches (in that they branch off from develop and merge back into develop).

I would advise to name them "fix-" manually, for example:
feature/fix-memory-crash

from gitflow.

AMorgaut avatar AMorgaut commented on May 20, 2024 2

@thiswildorchid I guess it is just convention. Bug fixes and features follow exactly the same process in git-flow. So for all intents and purposes feature/fix-... will work just fine...

I tend to disagree
According to your reference (https://jeffkreeftmeijer.com/git-flow/), release branches are meant to only accept bugfixes, not features. Git tooling could control this rule if a bugfix related naming convention is defined (and is respected)
and one without "feature" in the name would be less confusing in that context

from gitflow.

mkurkov avatar mkurkov commented on May 20, 2024

Thanks for clarifications.

from gitflow.

fatuhoku avatar fatuhoku commented on May 20, 2024

👍

from gitflow.

subtubes-io avatar subtubes-io commented on May 20, 2024

I came here with the same question. I understand the reasoning but the naming convention doesn't lend itself too well. I think adding "fix" might be something to consider? Just my 2 cents.

from gitflow.

fatuhoku avatar fatuhoku commented on May 20, 2024

@thiswildorchid I guess it is just convention. Bug fixes and features follow exactly the same process in git-flow. So for all intents and purposes feature/fix-... will work just fine...

from gitflow.

alejandroclaro avatar alejandroclaro commented on May 20, 2024

My two cents.

The name is confusing, but the purpose make sense. There is no value or difference in having another prefix. The rules for such branches will be the same as feature branches.

Feature, or topic, branches are about planned changes. The nature of the change is not important.

from gitflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.