How to Git in Unity- part 1
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.
- Go to https://git-scm.com/ and download it.
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
5. Select the direction to your project folder, and now you know how to set direction in Git.