Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version control system should I use for my small personal code files?

I have some general scripts that I use and they keep getting modified over time. Right now, I do not use any version control software for them so basically the old files are lost unless I explicitly save them.

I need a good minimal version control system that I can use on a single machine. Which one do you use for such projects?

like image 935
Lazer Avatar asked Dec 22 '22 21:12

Lazer


1 Answers

Git or mercurial both work great. No server required.

like image 106
Yann Ramin Avatar answered Dec 24 '22 09:12

Yann Ramin