Existe uma maneira em que posso dizer ao LibreOffice para salvar em um formato amigável ao Git?
Você pode salvar seus arquivos como XML simples ( fodt
) em vez de odt
:
If a document is saved as
.fodt
file it keeps the same data the.odt
file would contain. Only that this time the data is represented as human-readable text (which makes the work much easier for the version control system) and not compressed. So saving a document as flat XML makes it possible to keep server space requirements and network load low at the relatively low cost of wasting a few kilobytes on the local hard disks.
Fonte LibreOffice e controle de versão