Developer Tools Interacting with Git: Cryptic RPC Errors, HTTPS, and SSH Solving the annoying "RPC failed; result=22, HTTP code = 411" error. This post also discusses using the HTTPS vs SSH protocols with Git.
Developer Tools Sharpen Your Git Saw – Aliases, Selective Staging, & Interactive Rebasing Learn how to use advanced features of Git — shorten commands, stage some changes but not others, and manipulate your history to clean it up.
Developer Tools Why Use Git? 5 reasons I prefer Git over other version control systems like SVN, Mercurial, Perforce, etc.
DevOps & System Admin. Deploying from Git with Capistrano With a few changes to our Capistrano configuration, we are able to deploy directly from the source code repository.
Developer Tools Splitting an SVN Repository Split a SVN (subversion) repository, maintaining commit history during the migration, with svnadmin, svndumpfilter, and svn dump files.