blob: 5c34d09add5e6f62a8be3ed1236bc0cc9a6c1867 [file] [log] [blame]
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