Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.46 KB

Studio Xinshen

Xinshen [SRS23]

Hi everyone this is Studio Xinshen's GitHub Repository.

Guide for command line Git users

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]

To push/pull changes:

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 

Guide for GitHub Desktop

To start, please download GitHub Desktop and log in with your GitHub account.

https://desktop.github.com/

Add the repository and use the UI elements to push, pull, and view changes.

image

image

Use the Git repo url found under:
image

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