F
F
Flasher2018-09-26 07:14:47
git
Flasher, 2018-09-26 07:14:47

How to make a checkout of the necessary folders and files in a large project so as not to create a conflict. How to select desired folders and files before pull?

I work on large projects with a large number of developers. Before pushing files, when I solved all my tasks, I always doubt which folders and files should be rolled back by checkout so that there is no conflict before pull. For example, compiled dist. Tell me how to be?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2018-09-26
@Flasher

The compiled dist should not be in the repository. This is the only correct way to organize the repository (generated and compiled files do not belong there - this always leads to a hell of a rake and a nightmarish inconvenience for developers). And there will be no conflicts.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question