Which version control system should I use for a Rails app: Git or SVN?
Here are some factors to consider:
- I'm the sole developer
- I'm familiar with SVN
- I've only used Git for a week, it seems pretty similar to SVN really.
- I want to put my repository on a remote location and connect to it via SSH or other protocol (which I already do with SVN).
Edit: Thanks for the responses so far. It seems like Git is slightly more favoured. Does it have any SSH functionality?