D
D
Dmitry Shelygin2016-03-23 15:09:09
git
Dmitry Shelygin, 2016-03-23 15:09:09

How to organize joint development?

The bottom line is this - I'm developing a custom map in dota 2 with a friend, I work in lua scripts, it's in kv files, everything is pushing / pulling normally, but we change the map itself together and when the map changes, 2 more files change. When you try to spool, a conflict occurs, but, because these files in text form look like krakozyabry, of course, the conflict cannot be fixed in any way. How can we solve this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Shumkin, 2016-03-23
@ashumkin

If these files are generated from sources, then they have no place in the sources

I
Ilya Erokhin, 2016-03-23
@AirWorker

As far as I understand - the problematic file has a binary format - then Git will not help in any way in resolving conflicts.
If this file is the result of automatic generation (build) from text files, resolve conflicts in these source text files. If this file is generated, for example, by some GUI program - I have no idea, it's better to ask this question to people who work with the same tasks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question