D
D
Denis Ruchiev2016-06-17 16:23:47
git
Denis Ruchiev, 2016-06-17 16:23:47

What part of the project to upload to the bitbucket repository?

There is a large project on codeigniter > 30,000 files, which has been developed for a long time, i.e. it already has a huge number of custom image files. There is an urgent task to get started with git. The question is what parts of the project are usually loaded into the repository? what about those image folders? downloading them all from the server with each clone is not the best option, I think. Database to apply to the root in the form of a dump? what to do with a few configs and htacess which, in fact, should be different on each local copy?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
Urvin, 2016-06-17
@denis_bardak

Code - in git
Framework/modules - in submodule
Settings - ignore
User content - in backup
DB structure - in migration
DB data - in backup to user data

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question