Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts

Friday, October 14, 2016

Source Control, Git and GitHub

I am distributing my code via the web site GitHub. Although you could just download the latest version (or particular version) as a zip file, the best method is to download it using the Git source control system (open source -- free!). This makes it much easier to incorporate additions to my libraries, which will be growing rapidly.

This article explains some of the high-level concepts behind using GitHub and source control.