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