Why is a version control system like Git needed?

Large-scale projects normally have numerous developers working on it simultaneously, so a version control system like Git is useful to ensure there are no conflicts between the code of each developer. 

Also, project requirements might change, especially if they are using agile methodology, so a platform such as Git gives the developers the flexibility to revert to an older version of the code.

The JupyterLab extension for using Git is jupyterlab-git.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset