+1 vote
in Git by

What does the GIT command 'git remote prune origin' do?

Most people who have asked about this kind of problem on madanswer or other sites have the issue of branches still showing in their remote tracking branch list git branch -a at the bottom:

1 Answer

0 votes
by
Cleans up all remote stale repos

Related questions

+1 vote
asked Jul 25, 2019 in Git by Robindeniel
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...