# learn_git **Repository Path**: pangchai2020/learn_git ## Basic Information - **Project Name**: learn_git - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-02 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README hello, gitee 1.clone远程项目修改后再push git clone git@gitee.com:pangchai2020/learn_git.git #注意选择SSH链接 写代码 git add git commit -m "提交说明信息“ git push -u origin master 2.本地创建项目,再push上去 ![Image text](https://gitee.com/pangchai2020/learn_git/raw/master/git_usege.png)