如何通过git共享odt / doc文档 [英] how to share odt/doc documents over git

查看:140
本文介绍了如何通过git共享odt / doc文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这个想法是我想通过git共享文档



我想过使用文本文档(看起来像docx,odt的功能),可以用任何编辑文本编辑器(不是二进制)。在哪里可以找到这样的东西?



有什么更好的解决方案吗?

您是否考虑过使用 LaTeX 而不是doc或odt?
这样,您可以使用任何文本编辑器编辑文档并获得好看的结果。更好的是:你在版本之间有适当的差异(不管你使用的是SCM)。



如果你不喜欢在简单的文本编辑器中编辑文档的想法请查看 LyX 。它为编辑文档提供了一个gui,就像您在普通文档编辑器中获得的那样。



对于git托管解决方案,您可以使用:


  1. github(如果您的文档是开源的,我不认为)

  2. bitbucket(提供无限的存储库,到5个用户项目)


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 (not binary). where to find something like this ?

any better solution?

解决方案

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)

这篇关于如何通过git共享odt / doc文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆