Skip to content

henrywangzh/Xinshen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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