Learning about Version Control
- recridford
- Sep 9, 2024
- 1 min read
I started a couple of short courses over the summer, to help fill in some knowledge gaps. The first course was on Version Control. I had never set up a Version Control system myself, but I had used Version Control at the start of "Alvilda's Return" development however the system had been setup by the team I was working with.
The course I worked through covered how to setup a local repository, how to setup a remote repository, interactive use cases to create and resolve, explanation of best practices, real life problems you could encounter moving forward and how to troubleshoot these problems. The last module in the course went through some of the built in features for Source Control systems in Unity,
Comments