查看远程仓库的URL

显示远程仓库的URL。

  • 使用 git config --get remote.origin.url 命令来查看远程仓库的URL。
git config --get remote.origin.url

# 示例
git config --get remote.origin.url
# https://github.com/30-seconds/30-seconds-of-code