I’m setting up Source Control for a one man software project.
It’s important that the source control is:
- Easy to set up on Linux (Debian)
- Easily backup-able
- A small set of files to be backed up
- An automatic backup function would be great
- Free
What is my best option?
I’d go with git given its support on Linux. You can easily back up your staging areas with simple copy commands.
Consider these related questions: