git for personal (one-man) projects. Overkill?

Posted by Anto on Programmers See other posts from Programmers or by Anto
Published on 2011-04-18T18:13:54Z Indexed on 2012/09/02 21:48 UTC
Read the original article Hit count: 272

Filed under:
|
|
|

I know, and use, two version control systems: Subversion and git. Subversion, as of now, gets used for personal projects where I am the only developer and git gets used for open source projects and projects where I believe others will also work on the project. This is mostly because of git's amazing forking and merging capabilities, where everyone may work on their own branch; very handy.

Now, I use Subversion for personal projects, as I think git makes little sense there. It seems to be a little bit of overkill. It is OK for me if it is centralized (on my home server, usually) when I am the only developer; I take regular backups anyway. I don't need the ability to make my own branch, the main branch is my branch. Yes, SVN has simple support for branching, but much more powerful support for it makes no sense, I think. Merging can be a pain with it, or at least from my little experience.

Is there any good reason for me to use git on personal projects, or is it just simply overkill?

© Programmers or respective owner

Related posts about tools

Related posts about version-control