Article (1)

Setting up a GIT repository for a Unity Project

For this example, we assume the following is true: Open Sourcetree and then open the Terminal (there is a button on the top right). Go to your Google Drive git repositories directory. Create a new directory for your project called new_project. Enter the command git init…