Recuperando mudanças

Baixa commits do repositório remoto origin para o repositório local

git fetch origin

Baixa commits de todos os repositórios remotos para o repositório local

git fetch --all

Last updated

Was this helpful?