ODS files are really zip files with XML data inside them. As a zip file, git cannot perform diffs, and cannot take advantage of compression between versions. FODS files are a single XML file, that can be diffed and compressed.
I recommend saving Protocol.ods as Protocol.fods to take advantage of git's features.
ODS files are really zip files with XML data inside them. As a zip file, git cannot perform diffs, and cannot take advantage of compression between versions. FODS files are a single XML file, that can be diffed and compressed.
I recommend saving Protocol.ods as Protocol.fods to take advantage of git's features.