A
A
Andrey Kotlyarevsky2015-02-05 11:18:46
git
Andrey Kotlyarevsky, 2015-02-05 11:18:46

How to organize development with GIT if there are many tasks, each on its own branch, and all of them must be available on the test site at any time?

There is a personal test server my.dev.local on a remote machine.
There are a number of tasks that are periodically updated.
All these improvements should always be available when entering the test site for the customer.
When using GIT branches, switching to a branch of a task, we lose changes from other tasks, i.e. these improvements disappear from the site. There are dozens of such switches from task to task per day.
Tell me how to organize work using GIT in such conditions?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
OnYourLips, 2015-02-05
@OnYourLips

You can deploy all branches to different addresses.

A
Alexey Pavlov, 2015-02-05
@lexxpavlov

What method do you use to work? Git flow or something like that?
Merge everything tested into master, or into preview, as suggested by 183614956 , or into some other branch.

D
dmitriy, 2015-02-05
@dmitriylanets

use gitflow

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question