什么都不必说--git常用命令

133 阅读1分钟

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

git remote add origin xxx.git

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

git remote remove origin