Ask HN: Does a vcs exist for .odt or msoffice files? 1 points by focom 8y ago ↗ HN I know, I can use latex and git, but what about the .odt and .docx files ? Is there an existing solution ?
[–] PaulHoule 8y ago ↗ DOCX files are just ZIP files that contain XML, JPG, PNG, etc.You might be able to unpack the ZIP, manage the content with git, then repack them.
2 comments
[ 2.1 ms ] story [ 30.2 ms ] threadYou might be able to unpack the ZIP, manage the content with git, then repack them.