Hi everyone this is Studio Xinshen's GitHub Repository.
If you have experience using Git or would like to use the command line:
In your preferred directory, run:
git clone [git url of repo]
BEFORE YOU PUSH YOUR CHANGES, MAKE SURE TO PULL BY RUNNING
git pull
you may have issues with merge conflicts that you can resolve with git merge and choosing main/origin.
It's because of this that we recommend using GitHub Desktop
git add .
git commit -m "my message"
git push
To start, please download GitHub Desktop and log in with your GitHub account.
Add the repository and use the UI elements to push, pull, and view changes.
Use the Git repo url found under:
Studio has a guide for version control in general, available here: https://github.com/uclaacm/studio-intro-tutorials/blob/Pokemon_Inventory/Using%20Unity%20with%20GitHub%20Desktop/README.md