A
A
AlexWasHere2014-07-30 16:49:34
git
AlexWasHere, 2014-07-30 16:49:34

How to organize work with git?

We finally decided to start using the version control system. The choice fell on git (on bitbucket).
There is a project (web portal), stored on a hosting (absolutely working version). There are 3 people who make changes to the code, add new modules and features. All these changes occur on test subdomains (each has its own, which is periodically updated), at the end of development, the modified code is simply transferred to the production site.
How theoretically, how to properly organize the work so that changes to the working project are saved in history, and how to update the test versions of each of the developers?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Krasnodemsky, 2014-07-30
@AlexWasHere

was on the toaster

O
OnYourLips, 2014-07-30
@OnYourLips

Make features in separate branches, which are then merged into the master.

I
iamnothing, 2014-07-30
@iamnothing

Look at gitflow. There is a turnip , articles on Habré one , two , and a gitflow plugin for IDEA

A
Alexander Keith, 2014-07-30
@tenbits

And here is another great article about rebase: habrahabr.ru/post/161009

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question