How to update list of remote branches in git Larry Hannay Created June 26, 2015 13:37 Hi,Can someone tell me how to update the list of remote branches in git?Thanks,Larry
Call git fetch to achieve this.
Thanks!