git remote 相关操作

1.列出远程库的名字
git remote

2.查看远程库详细的url地址名和对应的别名
git remote -v

3.修改对应远程库地址
git remote set-url origin-name(仓库名) origin-url(链接地址)

4.添加远程库地址
git remote add name url

5.查看修改相关配置
git config -e

参考:
aibaojian.com/demo/flexbox/justify-content.html
https://blog.csdn.net/xfxf996/article/details/80876108

发布了19 篇原创文章 · 获赞 2 · 访问量 1159

猜你喜欢

转载自blog.csdn.net/xyyh6600/article/details/105414346