Answer the question
In order to leave comments, you need to log in
How to track changes in GIT that affect files and databases?
Is there a universal solution that allows you to track and roll back changes to the site, including those that affect files and databases at the same time? How, for example, to organize the revision of the site on 1C Bitrix through GIT? Interested in solutions that can be used for popular CMS in PHP.
Answer the question
In order to leave comments, you need to log in
No, git is a version control system. You need migrations and a deploy utility with release support.
git tool.
GitFlow - BitBucket's approach -
RedGate
SQL Source Control repositories - for versioning the database via GIT
, this will be enough to solve your problem.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question