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

  • SEARCH
  • Home
  • 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 7441607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:02:36+00:00 2026-05-29T11:02:36+00:00

I’m a bit new to github and I want to try it out, but

  • 0

I’m a bit new to github and I want to try it out, but I’m a bit confused in regards to how to properly do this.

I want to have a Master repo that is pretty much a copy of the live version, and I want to have a development repo (that gets merged with the Master repo every week or what not), and developers would work off the development repo on their own “fork” I guess?

Pretty much

  1. I want a way to allow a bunch of developers to work on a “clone” of a development version of the master repo.
  2. I’d like the “clones” of the development version to be able to be easily updated with the newest development repo.
  3. I’d like the “clones” of development repo to be able to be quickly merged into the development repo, so for example if I edit a css file, and the development repo has added a bunch of new files, it should not require an hour sorting out conflicts.
  4. I want development repo to be able to be merged quickly into the master repo.

How would be the best way to do this? In SVN I would just use a whole bunch of branches (along with 15 hours of merging), but github seems to be confusing in regards to branches.

Any help?

  • 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-29T11:02:37+00:00Added an answer on May 29, 2026 at 11:02 am

    You can model your process using branches just like in SVN… but better because branches are easier to make and merges are less infuriating. Forks add another layer of separation and access control.

    It’s perfectly fine to simply have a single repository on Github with a “live” branch and a “development” branch. Everybody has permission to push to the repo. The developers work on the “development” branch and somebody is nominated to manage merging things into “live”. That’s a fine first order use of git when transitioning from SVN, and keeps the centralized SVN workflow, but it’s not really taking advantage of Github or git.

    Next trick is to get used to feature branches. When a developer wants to add a new feature or fix a bug, they make a branch off of “development” for that purpose AND ONLY THAT PURPOSE. This branch can be pushed to Github to allow other developers to participate. When it’s ready, the feature branch into “development”. This lets developers collaborate on features while still making small, sharp commits. It keeps multiple features and bug fixes from getting confused. And it makes it obvious why a change was made when looking at the history, because it’s part of a larger feature branch.

    Then you get to the Github “fork and pull” model, and this is when you’re really taking advantage of git. You retain the repository with “live” and “development” branches, and continue to use feature branches, but instead of having push access to the repository, each developer makes a fork of their own repository and does their work there in a feature branch.

    When they’re ready, they send a pull request to have their work merged. This pull request is an opportunity for the work to be reviewed, commented on, and possibly improved. The main advantage of a pull request is how the request itself becomes a conversation, using both words and code, about the merge. This is best illustrated with an example. The initial pull request contains two commits, easy to review by opening them in tabs. Then as the code is discussed and more commits are made they all show up in the request. Even discussions inside the diffs themselves. These pull requests are a fantastic way to have a conversation about code, and they are IMO the killer feature of Github.

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

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I want to count how many characters a certain string has in PHP, but
this is what i have right now Drawing an RSS feed into the php,
I want use html5's new tag to play a wav file (currently only supported
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I want to construct a data frame in an Rcpp function, but when I
I have this code to decode numeric html entities to the UTF8 equivalent character.
link Im having trouble converting the html entites into html characters, (&# 8217;) i

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.