5
In the bash Git, to update the branch place in use from a branch remote, we use the command:
git pull nomeDoRemote nomeDoBranch
Still in the bash, when navigating to a project directory, we see something more or less like this:
usuario MINGW64 ~/foo/bar (nomeDoBranch)
That way, it’s easy to know the name of a branch to update it - with the assumption that it was created from a remote, or that at least it is published.
But how can we get the name of(s) remote(s) associated with the project?