Skip to content
  • 首页
  • PHP源码
  • html5网页模板
  • js特效
  • Window软件
  • Mac软件
  • 服务器
  • 其他
Search
源码巴士
  • Sample Page

git中本地与远程库的关联与取消

1.在本地目录下关联远程repository :

git remote add origin git@github.com:git_username/repository_name.git

2.取消本地目录下关联的远程库:

git remote remove origin

参考:https://blog.csdn.net/wsycsdn19930512/article/details/50574217

文章导航
←C语言乘方,平方根的使用
C++小练习(四)→

Copyright © 2022 源码巴士  鲁ICP备19024253号-1