Is there anything out there, capable of working with MSOffice stuff in a granular and collaborative way? I can’t believe non-geeks have lived like this for 30 years.
Ask HN: “Git” for Microsoft Office?
1–10 of 149 posts
Re: Ask HN: “Git” for Microsoft Office?
#2Re: Ask HN: “Git” for Microsoft Office?
#3Re: Ask HN: “Git” for Microsoft Office?
#4Re: Ask HN: “Git” for Microsoft Office?
#5You can have that Golden Version and everyone can suggest changes and edits, then the document owner can accept or decline the edits.
[1]: https://support.office.com/en-us/article/Collaborate-on-Word...
Re: Ask HN: “Git” for Microsoft Office?
#6Re: Ask HN: “Git” for Microsoft Office?
#7I’ve looked into what it would take to make a git style system for docx (since it’s just zipped XML, right :D), and the file format was a nightmare whenever an edit was made. Someone smart should take a look at it, as there would be a massive market for a DVCS for Office files. Imagine a world where every bill in Congress was committed to a central repo so the whole world could see the changes, or where someone in your team wants to play with the formatting on a shared requirements document without breaking the page you’re writing on. It would be a boon for productivity.
Re: Ask HN: “Git” for Microsoft Office?
#8Technically, you could use git, and it works decently with the xml-based Office file types, but it's a hard job to get people used to the workflow, and things like merge conflicts are going to be even more of a headache.
Re: Ask HN: “Git” for Microsoft Office?
#9Is track changes not good enough?