问题
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