GitHub example

In this example, we will use GitHub as the centralized location to synchronize our local repository and share with other users. 

We will create a repository on GitHub. By default, GitHub has a free public repository; in my case, I pay a small monthly fee to host private repositories. At the time of creation, you can choose to create the license and the .gitignore file: 

GitHub private repository

Once the repository is created, we can find the URL for this repository: 

GitHub repository URL

We will use this URL to create a remote ...

Get Python Network Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.