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 8112987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T02:40:54+00:00 2026-06-06T02:40:54+00:00

We are looking to use GIT to help manage our web files as we

  • 0

We are looking to use GIT to help manage our web files as we have just hired a second developer.

We won’t be using GitHub but we do have an NAS drive(shared drive) so our initial thoughts are some sort of plan like this:

  • DVCS (Root)
    • master (NAS)
      • project 1
      • project 2
    • developer1 (NAS)
      • project 1
      • project 2
    • developer2 (NAS)
      • project 1
      • project 2
    • developer1 (local workstation)
      • project 1
      • project 2
    • developer2 (local workstation)
      • project 1
      • project 2

So basically each developer would clone the master project repository to their developer repository (quality control), then they would clone this developer repository to their local repository. They would make their changes/edits and then commit and push these changes back to their developer repository for a senior developer to approve. Once they do this would be then pushed to the master.

I am not sure if this is the correct approach or whether I should be using branches or i need a different workflow instead?

  • 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-06-06T02:40:56+00:00Added an answer on June 6, 2026 at 2:40 am

    There’s no “right” answer to this question. The right workflow is whatever works for you and your team.

    Having said that, if you only have two developers, I’m not really sure why you feel you need more than one bare repository. The easiest thing to do in this case is:

    1. Have one central repository on your NAS.

      • A master branch for integrating development code.
      • Feature branches where the developers work on topics to merge into master.
      • User-private branches where the developers can push stuff for backups or cherry-picking, but where rebasing or forced pushes can happen freely.
      • Stable branches for released code, if that fits your model. Some shops just need tags on master if they do continuous delivery.
    2. Developers store clones on their workstations, rather than on a network drive.

      • Offers redundancy if the NAS loses data or goes offline.
      • Allows throw-away branches that aren’t stored centrally or made part of the project history.

    Small teams usually don’t need the complexity of a pull-request model. Your mileage may vary.

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

Sidebar

Related Questions

We are looking for a clean way to use git in our web deployment
I just started using Git alongside Mercurial to familiarize myself with Git. I use
Essentially I'm looking to use git as a download command. I have a project
OK, I am looking for a way to use GIT to keep a web
I'm looking to rewrite my git repo to use a new branching model I
We use tags in git as part of our deployment process. From time to
I have an unusual idea to use git as a backup system. So let's
We use Beanstalk to manage Git repositories across multiple projects and participants (dev/designers) for
We are looking at adopting Git for our SCM but having trouble figuring out
I am looking for some advice on how to use git for a website

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.