I'm a book writer—no programming, only prose in text files, mostly in org-mode, some in markdown-mode. <div><br></div><div>I want to implement a version control system for my writing projects. </div><div><br></div><div>
I work with two types of text files: </div><div><br></div><div>1. drafts (<a href="http://textfile-v1.org">textfile-v1.org</a>, <a href="http://textfile-v2.org">textfile-v2.org</a>, etc)</div><div>2. research files (<a href="http://research-notes.org">research-notes.org</a>)</div>
<div><br></div><div>The latter, the research files, consist of hunks of text I have copy and pasted from the web. My workflow for the research files involves going through those files and deleting as I go. In other words, when I find a quote, I might copy it into a draft file, then delete the quote. This is my way of knowing what I have already processed or not. So that by the time my research file is blank, I know I'm done. When the research file is blank, I delete it so I know I'm done. </div>
<div><br></div><div>For both these uses—writing multiple drafts, and destroying research files as I go—it strikes me that having a version control system would be helpful. </div><div><br></div><div>I am NOT doing different branches as I go—just forward as I make progress writing my book.</div>
<div><br></div><div>I'm using Aquamacs. Which version control system would you recommend, and how would I go about integrating it with my Emacs workflow? </div><div><br></div><div>Thanks!</div>