Remotes

Working with remote repos

Push a local branch to a NEW remote branch changing names

git push origin cloropetas_vectores:feature/coropletas_vectores

Track an existing remote branch to an existing local branch

git branch --set-upstream cloropetas_vectores origin/feature/coropletas_vector