how to share odt/doc documents over git

后端 未结 4 2174
夕颜
夕颜 2021-02-13 17:04

the idea is that i want to share documents over git

i thought about using Text Document (looks like docx,odt in functionality ) that can be edited with any text editor (

4条回答
  •  北恋
    北恋 (楼主)
    2021-02-13 17:20

    Have you considered using LaTeX instead of doc or odt? This way you can edit the documents with any text editor and get good looking results. Better yet: you have proper diffs between revisions (no matter the SCM you use).

    If you don't like the idea of editing the document in a simple text editor take a look at LyX. It provides a gui for editing documents like you would get in normal document editors.

    For git hosting solutions you can use:

    1. github (if your documents are open-source, which I don't think)
    2. bitbucket (offers unlimited repositories, with unlimited space and up to 5 users for project)

提交回复
热议问题