How to Git in Unity- part 1

S.J. Jason Liu
Apr 21, 2021

--

You can easily do version control with your Unity project by using Git. Here’re some quick tips for you to get through it with Git fast.

  1. Go to https://git-scm.com/ and download it.
In Windows, you can easily download by click the link on the right

2. Keep all the options in default during installation.

3. Open Git Bash

4. Use ls to list out all the folders by current location
Use cd as change direction to the direct folder

Folder name can auto filled in by press Tab

5. Select the direction to your project folder, and now you know how to set direction in Git.

Next: How to Git in Unity- part 2

--

--

S.J. Jason Liu

A passionate gamer whose goal is to work in video game development.