##--At first--
1.make a directory on your PC
2.open terminal or command-line, go the directory
type into terminal ↓
3.git clone https://github.com/Rin3121/_web-srobots.git //copy remote repository to local repository
4.git pull origin master
##--How to download--
1.git pull origin master
##--How to upload--
0.git pull origin master //please check your local repository is a latest one
1.git add *
2.git commit -am "Write Data/Time and comment here"
3.git push origin master