From the course: Unity: Cloud Build with Git

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Set up Git

Set up Git - Unity Tutorial

From the course: Unity: Cloud Build with Git

Start my 1-month free trial

Set up Git

- [Voiceover] During this course, I'm gonna use Git as our version control system. Unity Cloud Build supports several different types of version control systems, but I find Git is the easiest to work with, especially if you're new to version control. At Git's website, you'll be able to download an installer based on your OS. If you're on a Mac, chances are that Git is already installed and working. To make sure, simply open up Terminal, and type in Git, and then hit return. As you can see, I have instructions for how to use Git so I know that it's working. If you see command not found, or some type of error, you'll wanna go to Git's website and download the installer. If you're on Windows, you'll definitely need to download the installer and install Git from scratch. When you use the installer on Windows, you'll also have the option of including a program called Git Bash. Git Bash is like Terminal, on the Mac, and it will allow you to run the same commands that I'll be using on the…

Contents