10 :blue_book: Share code and collaborate with Git
10.1 Introduction
10.1.1 Overview
10.1.2 Learning objectives
10.3 Access a remote GitHub repository
10.4 Collaborating with Git
Once you set up a central repository, you can have multiple people make changes to code and keep versions synced. GitHub provides a free service for centralized repositories. GitHub also has a special utility, called a pull request, that can be used by anybody to suggest changes to your code. You can easily either accept or deny the request.