GIT
It all started with git. I was familiar a little with cvs and svn but git beats them all and it is the first VCS I started to use for my own projects.
Common Task
Documentation
- Branch Naming Best Practices - StackOverFlow.
- Gitolite - remote access and privilege system for git repositories, used by kernel.org.
Articles
- Stay Away From Rebase - on rebase, when to avoid, when appropriate. Interesting article.