Tagged Questions
5
votes
4answers
153 views
Does using version control system make backups unnecessary?
Suppose I use Git, Subversion or any other version control system for managing my writing. So my texts are preserved together with change history and if I accidentally delete something I can use ...
9
votes
2answers
208 views
What's the best version control system for a book writer?
I'm a writer—no programming, only prose in text files, mostly in Emacs org-mode, some in markdown-mode.
I want to implement a version control system for my writing projects.
I work with two types of ...