S
S
Sergey Sulakov2016-07-08 11:22:37
git
Sergey Sulakov, 2016-07-08 11:22:37

Organization of work of 2 developers + git + openserver?

Good afternoon!
There is the following:

  • 2 developers;
  • installed OpenServer;
  • git and remote repository;

How to organize work?
Since all the work is done inside the OpenServer/domains/ folder, is it possible to assign it as a repository so that after working on the project and immediately commit and push to the remote repository?
Or create a repository in a separate place, work on the project, copy the files to the local repository, and then commit and push to the remote one?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
Cat Anton, 2016-07-08
@web-verzus-team

How to organize work?

To get started: Git + GitHub
Then you can look at: GitHub Flow / git-flow
Assign a repository to a folder that contains all the project code. That is, in your case OpenServer/domains/example.com. Work there and just periodically synchronize with a remote server. There is no need to manually copy and transfer anything anywhere on the local computer.

A
Alexander Wolf, 2016-07-08
@mannaro

1. Work on win for website development - life.
2. Do your programmers work on the same computer?)
Each developer should have a local copy of the repository. And then as you think is right. For example, a developer creates a branch, makes features, then merges into master.
But I would advise you to hire a team leader or someone similar to him. At least for the sake of code-review.

S
Sergey, 2016-07-08
@sergeyvidioreg

Programmers will work on their own branches, and then glue them together in Git, they really don’t sit on the same computer right?)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question