How to update list of remote branches in git Larry Hannay 创建于 2015年06月26日 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!