GitHub

Using GitHub to Manage Project Files

GitHub is a programing organization tool that not only can store all your programs nicely but allow …

Version Control Part 1 – What is Version Control?

Version control (sometimes called source control) keeps track of changes to files over time. …

Version Control Part 2 – GitHub and GitFlow Tutorial

Setting up GitHub

Create an account on GitHub by going to github.com and signing up. Once complete, …

Version Control Part 3 – Setting up for PSoC

To use GitHub with PSoc code requires a very specific set up, this is mostly due to how PSoC creates …

Version Control with Git

Git in a three-part series

Other Resources