$ git clone https://github.com/(项目网址)$ cd (项目名称)$ git add .$ git commit -m "(commit名称)"$ git push origin master