当前位置:   article > 正文

git 常用命令(4)- git中本地与远程库的关联与取消_git命令取消关联

git命令取消关联

1.在本地目录下关联远程repository :
git remote add origin git@github.com:git_username/repository_name.git

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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/611694
推荐阅读