70_manuscript.md 660 B

Save manuscripts here.

Note that if you are using text files (writing the paper in markdown or latex), you can use git to version control the changes.

Do not commit changes too often for .docx or .odt files, as the files are copied every time and the size of the repository is growing fast. This may slow down git functions considerably. A way to deal with working with binary files is to branch the repository, commit as often as you want there, but copy/paste specific versions in the master branch. When the manuscript is ready, you can then erase the branch. This will keep the repository to a management size and prevent slowing down git functions.