会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
宁子
博客园
首页
新随笔
联系
管理
订阅
使用git命令提交代码到码云
第一步:git init (建立git仓库)
第二步:git add . (添加到缓存)
第三步:git commit -m "描述"
第四步:git remote add origin 仓库的项目地址
第五步:git pull origin master (拉一下master分支的最新的代码,避免冲突)
第六步:git push -u origin master (提交代码至master分支)
posted @
2021-03-08 17:20
温柔本肉
阅读(
158
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告