1.git pull 下拉文件
2.git add . 添加所有文件
3.git commit -m 'some word' 提交本地仓库到远程 并添加注释
4.git status 当前仓库状态
5.git push -u origin master 主分推送
1.git pull 下拉文件
2.git add . 添加所有文件
3.git commit -m 'some word' 提交本地仓库到远程 并添加注释
4.git status 当前仓库状态
5.git push -u origin master 主分推送