A

Admin • 802.91K Points
Coach

Q. How do you list all remote URLs associated with a Git repository?

  • (A) git url list
  • (B) git show-remote
  • (C) git remote -v
  • (D) git config --remotes
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category GitHub
  • Hashtags:

Explanation by: Admin
'git remote -v' displays the URLs of the remotes associated with the repo.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.