I’d like to know if there is any personal source controller, I’d like to have a repository on my machine without going through setting up a server, also I work with TeX files not any particular language and I’d like to have backups of my files the way sub version does
Share
Git creates repositories that do not require a central server. Also, you can of course restore any previous version for tracked files which is—of course—what source control systems are all about. 🙂
Edit: There are other decentralized version control systems out there, e.g. Mercurial and Bazaar. They all offer more or less exactly the same features so it’s mostly a matter of personal taste.