0


git 如何查看仓库地址

问题
从github上下载了好多代码,有时候会把仓库的地址忘掉,如何查看自己是在哪里拉取的代码呢?

解决
进入项目的根目录,执行git remote -v,示例如下:

root@Windows /e/coder (workspace)
>git remote -v
origin  https://github.com/DeemOpen/zkui.git (fetch)
origin  https://github.com/DeemOpen/zkui.git (push)
标签: git github

本文转载自: https://blog.csdn.net/stephenbruce/article/details/131247290
版权归原作者 薇远镖局 所有, 如有侵权,请联系我们删除。

“git 如何查看仓库地址”的评论:

还没有评论