Answer the question
In order to leave comments, you need to log in
How do you use git in web projects?
I have a task to implement git for a web project now.
After reading the articles habrahabr.ru/post/147260/ and habrahabr.ru/post/127213/ , I did not understand what is the kosher way to have a development branch, and you can fix the current small bugs (put a dot or a comma there.
Here the user Thekondr says that git-flow is a crutch, but here cr0t says that such a thing will not lead to anything good.
Answer the question
In order to leave comments, you need to log in
Thekondr said that he can. You can start with git-flow and then learn to merge / tag yourself if you like. And about .git in production, it would be better without it (although .git/ in some frameworks (Symfony) will not be in the root of the site), however, not for everyone, the main thing is that the update is done by a script and not by a person.
there are 10-15 active projects, the development and refinement of which is ongoing.
all have a common core.
if a fix is made to the kernel on one project, then without any problems it can be implemented on all the others without spending a lot of time on it.
we have this: there is a master. each bug or feature is a new branch from the master. when the code is tested, a pool request is created and the code is connected to the master.
branch to new functionality + merge into the main code branch everything is tested.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question