Git is a decentralized version control system. Creating a new project is just a `git init` away.
Of course centralized VCS are less popular. You need to setup a server first then wrangle with the server every time you create a new project -> fewer projects -> fewer users.
Comments
Git is a decentralized version control system. Creating a new project is just a `git init` away.
Of course centralized VCS are less popular. You need to setup a server first then wrangle with the server every time you create a new project -> fewer projects -> fewer users.