Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6321821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:13:08+00:00 2026-05-24T16:13:08+00:00

Can someone suggest a simple git branching mode for website development. I have seen

  • 0

Can someone suggest a simple git branching mode for website development. I have seen several discussions on successful git branching models, unfortunately they are all very complicated for our case. Most of the branching models are suited for softwares with versions and release cycles.

Our company manages several web portals. We have 5 people working on these sites. Most of the time 2-3 people might be working on the same websites, but on different sections (chances of conflict are near zero). We don’t have any versions or release cycles. A programmer will develop a particular section, after which it will be passed to another person, who will write content for the section and perform SEO. Once it is done, the section will be uploaded to the public website. In the mean time, another programmer might be working on updating an existing section. If a bug or error is reported, it will be fixed and uploaded immediately.

Usually, every week 2-3 new sections are added / updated.

Currently we have only one branch (master) and create a new branch only if the person is working on big change which will take more than 2 weeks to complete. The problem here is that the master branch is not in sync with the current production files. I would like to change this and move the development to another branch, so that bug fixes can be directly applied on the master branch without any worry.

Update
Is it bad to create a separate branch for each section? In other words, how much branching is considered too much?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:13:09+00:00Added an answer on May 24, 2026 at 4:13 pm

    You have a fairly sequential development cycle, so you are right: no need for tons of feature branches there.

    A simple model:

    *--*--*--*---*   (master, for prod)
        \       /
         *--*--*--* (dev, for current development)
    

    The question is:

    When there is a bug in prod (‘master‘, the live website), can you fix it on dev branch and include whatever development is in progress?

    Because if you can’t, that mean you have changes on master must be merged back immediately on dev. If that fix is quickly done, you don’t even need a ‘fix‘ branch.

    In other word, you don’t need all the sophisticated model of “A successful Git branching model“.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm hoping someone can suggest a simple solution to my problem. I have a
Can someone suggest what I am doing wrong? Basically I have a List Items,
Can someone suggest a good module in perl which can be used to store
Can someone suggest a way to compare the values of two dates greater than,
Can someone suggest a fast 2 way encryption algorithm for long ints? My candidates
Can someone suggest me how to implement a pop-up window in Java Swing. I
Can someone suggest me a way to map a template classes with a set
Is there a log4net version built against Silverlight somewhere? Failing that, can someone suggest
I hope there's someone who can help me suggest a suitable data model to
I have a very simple website, and would like to create a 'Comments' section

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.