Intermediate
Git & Version Control
Q50 / 100
What is the purpose of "git remote -v"?
Correct! Well done.
Incorrect.
The correct answer is B) It lists all configured remote repositories along with their fetch and push URLs
B
Correct Answer
It lists all configured remote repositories along with their fetch and push URLs
Explanation
"git remote -v" (verbose) shows the names (e.g. "origin") and corresponding URLs for fetch and push operations of all remotes configured for the repository.
Progress
50/100