git 配置与删除远程地址

1、git配置远程地址

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

 

2、git删除远程地址

git remote rm origin

 

查看远程仓库地址信息

git remote -v 

posted @ 2020-03-10 14:52  轻风细雨_林木木  阅读(2009)  评论(0编辑  收藏  举报