Centralized version control systems VS Distributed version control systems

By admin , 5 January, 2022

Centralized version control systems

SVN is a Centralized version control systems used for manage and keep track of your source code history.

Centralized version control systems Example :SVN 

 

Distributed  version control system

Git is a Distributed  version control system used for manage and keep track of your source code history.

Distributed version control systems Example :Git