会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
sw-code
博客园
首页
联系
订阅
管理
2021年2月21日
怎么用git将自己的源代码提交到git服务器上
摘要: 在git服务器上新建仓库 在本地初始化本地仓库 初始化 git init 添加远程仓库地址 git remote add origin XXX.git 同步 git pull origin master git merge origin/master 上传 git add . git commit
阅读全文
posted @ 2021-02-21 17:59 sw-code
阅读(340)
评论(0)
推荐(0)
编辑
公告