Answer the question
In order to leave comments, you need to log in
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
Make features in separate branches, which are then merged into the master.
Look at gitflow. There is a turnip , articles on Habré one , two , and a gitflow plugin for IDEA
And here is another great article about rebase: habrahabr.ru/post/161009
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question