# smallStudyItem **Repository Path**: liangpu/smallStudyItem ## Basic Information - **Project Name**: smallStudyItem - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # smallStudyItem ---- commit code step :
1 touch README.md。这命令是添加一个文件。文件名叫:README.md;
2 git init :这时初始化一个仓库。 成功后会有下面的提示:Initialized empty Git repository in d:.......
3 git add .
4 git commit -m ""
5 git remote add origin git_url
6 git push -u origin master 可能需要执行pull先