Google News
logo
Git - Quiz(MCQ)
What will the following command print to the Terminal? git remote -v
A)
The current git version you're running
B)
A list of remote repositories you are connected to
C)
The last 5 git versions you've installed
D)
An inline editor for modifying remote repositories

Correct Answer :   A list of remote repositories you are connected to

Advertisement