Git – How to update its remote branches

To view its local and remote branches

$ git branch -a
Publicités

only remotes

$ git branch -r

For the list to be updated you can use.

$ git remote update
$ git remote plum origin
Publicités

Leave a Reply