Refresh remote git branches on origin Larry Hannay Created April 23, 2015 20:40 Hi,Is there a way to refresh the list of remote git branches on origin? (I checked the doc and could not find a command to do this.)Thanks,Larry
Hi, Larry,
sorry for the delay. Did you try to use git fetch for that purpose (https://www.jetbrains.com/help/ruby/2016.1/fetching-changes-from-a-remote-git-repository.html)?
Yes I did, and it worked.
Thanks, Olga.