Hacker News new | ask | show | jobs
by kaybe 3025 days ago
Git works really well when you are editing Latex documents in groups. The merge features usually work pretty well, even if people have been changing the same document at the same time. You can find and check what other people have been doing. You can track updates. There is a central repository. It tracks embedded images too. In total, I would keep doing it, but the group in question is technical and can use basic git without problems.

edit: And you can undo when you find you need something again you deleted, which happens once in a while too.