Get projects from the repository (獲取項目) Back
1. Create a new project
- Initialize a project
git init
- Add file into the project
git add *
git add README
2. Clone a existed project
- Clone a project
git clone [url]
3. set remote and add it to Github
git remote add origin [remote github url]
# set the new remote
git remote -v
# verifies the new remote URL