git 配置与删除远程地址

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/flycompany/article/details/80997920

1、git配置远程地址

git remote add origin url ,其中url为远程仓库地址。


2、git删除远程地址

git remote rm origin


查看远程仓库地址信息

git remote -v 

猜你喜欢

转载自blog.csdn.net/flycompany/article/details/80997920