To list local and remote branches
$ git branch -a
remotes only
$ git branch -r
For the list to be up to date you can use
$ git remote update
$ git remote plum origin
Il n'y a pas de questions bêtes

Photo de Emile Perron sur Unsplash
To list local and remote branches
$ git branch -a
remotes only
$ git branch -r
For the list to be up to date you can use
$ git remote update
$ git remote plum origin