SUBVERSION 26 Git is a distributed version control system. Instead of checking out code as in subversion, a repository is cloned. The developer now has a local copy of the repository. Developer can work on code now completely offline with full codebase and history No single point of failure since each clone is a full repository Branching and merging is fast and painless in Git. Git allows for many different workflows