Git – How to update its remote branches
To view its local and remote branches
$ git branch -a
only remotes
$ git branch -r
For the list to be updated you can use.
$ git remote update
$ git remote plum origin
To view its local and remote branches
$ git branch -a
only remotes
$ git branch -r
For the list to be updated you can use.
$ git remote update
$ git remote plum origin