Learn about version control for research using git
University of Edinburgh
gitgit is a very popular choice for software development.
Tailored for tracking changes in software files.
But, also useful with anything that is text-based (like analysis scripts, papers, dissertations, …).
git do for you?Keep track of new or deleted files in a project.
Keep track of changes to individual files in a project.
Roll back to a previous version of the project or files.
Make back-ups of your files.