culTest
Guest
One of the 24 questions in this topic
How much do you know about Git & GitHub: History Engineering and Automation?
What does the git remote prune origin command do?
Answers
It deletes the remote repository.
It removes local references to branches that have already been deleted on the remote server.
Correct
It cleans files on the server.
It changes the remote URL.
It keeps your list of remote branches synchronized and tidy.
View all questions with answers