默认为有github仓库 ,并关联
git add '' 添加要上传的文件
git status 查看文件状态
git commit -m '' 保存到本地仓库并添加备注;
git push -u origin master 推送到远程仓库
默认为有github仓库 ,并关联
git add '' 添加要上传的文件
git status 查看文件状态
git commit -m '' 保存到本地仓库并添加备注;
git push -u origin master 推送到远程仓库
3434
887

被折叠的 条评论
为什么被折叠?