Gettin’ GitHub Goin’
A step by step guide on signing up on GitHub to set up version control for your Unity projects.
So what is this all for? Version control is a way of keeping track of changes to your code and projects. As your projects grow in size and functionality, it is ideal to implement a way of keeping track of the progress you’ve made by using online repositories. Additionally, projects can be easily shared across team members and branched based on need. These repositories help in coordinating development and provide a way to revert to earlier versions should mistakes be made. There are several solutions for this online but we will be concentrating on one of the most popular ones.
With that in mind, lets get started with setting up a GitHub account.
First step as always is to head over to the GitHub website.
Now that we’re here, its time to sign up for a new account. You can begin the process by selecting SIGN UP on the top right.