Creating a document for taking notes about a book using Git?

五迷三道 提交于 2019-12-04 02:31:31

问题


I have never used Git before. I am supposed to use it to take notes on a book, but i haven't a clue how to get started. Do I create a .text file? The only things I have found are instructions on how to keep track of projects, but nothing about the kinds of projects I might use. I just want to make a word document that can be read, altered, and printed with ease. Can anyone help me out?


回答1:


To take advantage in using git for storing documentation you should use non binary formats like:

  • html
  • latex
  • pure text
  • markdown

There are many text formats that can be used for this.



来源:https://stackoverflow.com/questions/4177729/creating-a-document-for-taking-notes-about-a-book-using-git

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!