会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
隔壁的小明
博客园
首页
新随笔
联系
订阅
管理
2020年9月18日
git 移除远程仓库关联
摘要: 1 git remote rm origin // 移除本地关联 2 git remote add origin git@github.com/example.git // 添加线上仓库 3 git push -u origin master // 注意:更改后,第一次上传需要指定 origin
阅读全文
posted @ 2020-09-18 17:22 隔壁的小明
阅读(7189)
评论(0)
推荐(1)
公告