GameDev Unity Log, day one
Before we start with real project in Unity, we have to setting one of the most important thing if we work as Developer : Git and GitHub.
First of all, go to this link https://git-scm.com and download
Download and install (I let every default option, I change only the folder for my personal preference).
After this, launch the program.
It open a window
Use terminal is easy to understand.
Use ls for the list of available directories
Use cm for the command and select the destination directory.
In my case, I have two hard drives, to enter the second I will have to write
cd /d
If I input ls again, this show me every directory in my hard drive.
As a shortcut when you want to enter a directory, you can use the cd command followed by the first two or three letters of the destination and click the TAB key.
Since the terminal does not read spaces, if you have directories with spaces just write cd and the name in quotes, for example “Unity project”.
Capital letters don’t matter.
Even better, you can “manually” enter the directory you need and right click mouse button.
In the window select Git Bash Here