@[email protected]M to Science [email protected]English • 3 months agothis is a meme about melemmy.dbzer0.comimagemessage-square37fedilinkarrow-up1188
arrow-up1188imagethis is a meme about melemmy.dbzer0.com@[email protected]M to Science [email protected]English • 3 months agomessage-square37fedilink
minus-square@[email protected]linkfedilinkEnglish13•3 months agoneeds more jpeg. but on a serious note, how do you version control an msoffice/libreoffice document? you can’t just put it in git, the repo will get huge quickly
minus-squareVictorialinkfedilinkEnglish5•3 months agodocx is just a zip of xml files. if you add some hooks to git, you could make it unzip it, commit the xml files, then when checking out rezip it into a docx automatically.
minus-square@[email protected]linkfedilinkEnglish2•3 months agogit hooks! Totally forgot it, that sounds interesting
minus-square@[email protected]linkfedilinkEnglish1•3 months agoI think libreoffice has an uncompressed format for version control if I remember correctly
needs more jpeg.
but on a serious note, how do you version control an msoffice/libreoffice document? you can’t just put it in git, the repo will get huge quickly
docx is just a zip of xml files. if you add some hooks to git, you could make it unzip it, commit the xml files, then when checking out rezip it into a docx automatically.
Thanks, I hate it
git hooks! Totally forgot it, that sounds interesting
I think libreoffice has an uncompressed format for version control if I remember correctly