git 获取 remote 的 url

git 获取 remote 的 url

git ls-remote --get-url [remote]

例如:

git ls-remote --get-url origin

 
原文地址:https://www.cnblogs.com/ibingshan/p/11757759.html