2020-05-14 git remote
Posted cxl-blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2020-05-14 git remote相关的知识,希望对你有一定的参考价值。
1.查看已经存在的remote
git remote
查看remote详细信息
git remote -v
或者
git remote --verbose
查看更详细的信息
git remote show <remote_name>
2.添加新的remote
git remote add <url>
以上是关于2020-05-14 git remote的主要内容,如果未能解决你的问题,请参考以下文章