Git Update Local Repositories.bat get remote branches to visual studio

 to update local repositories for Git Branches

create batch file in solution root folder then run the following command.

git remote update origin --prune


Comments