| Distributed Versioning Systems | |
| ------------------------------ | |
| Distributed means no central repository | |
| * each developer has a complete, local repository | |
| * easy offline usage | |
| * easy to branch a project | |
| Popular Examples: Git, Mercurial, Bazaar | |
| Git: created 2005 for Linux Kernel Development |