Refresh remote git branches on origin

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

0
2 comments

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)?

0

Yes I did, and it worked.

Thanks, Olga.

0

Please sign in to leave a comment.