# 学习资料 **Repository Path**: small_zhao_single_assists/learning_materials ## Basic Information - **Project Name**: 学习资料 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 直接添加 git clone 之后添加 [网页](https://www.jianshu.com/p/5323bca00825) [git指导](http://www.bootcss.com/p/git-guide/) [廖雪峰git教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/) ## 最好方法 先创建一个项目,git clone到一个文件夹,将要上传的文件复制到该文件夹,再根据git指导中的方法上传 git add 文件名或. git commit -m "" git push origin master 在clone下的文件再次上传时先输入 git pull origin master git push -u origin master