会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wintest
生活,简单就好!
wintest
首页
新随笔
管理
2021年6月19日
Git常用操作命令
摘要: 把当前目录变为git仓库 git init 关联到远程仓库 # 添加关联的仓库地址 git remote add origin git@github.com:wintests/gitDemo.git # 删除当前已关联的仓库地址 git remote rm origin 查看远程库的详细信息 git
阅读全文
posted @ 2021-06-19 20:28 wintest
阅读(128)
评论(0)
推荐(0)
编辑
公告