“Atualize o repositório local do GitHub” Respostas de código

Atualize o repositório local do GitHub

git pull origin master
BlueMoon

Como atualizar seu repositório local

First, navigate to the desired directory:

$ cd ~/Documents/GitHub/DI-NEON-participants

And then type:

$ git remote add upstream https://github.com/NEONS...

Update local repo using git pull with the added directions of 
upstream indicating the central repository and master specifying 
which branch you are pulling down:

$ git pull upstream master
Bored Coder

Respostas semelhantes a “Atualize o repositório local do GitHub”

Perguntas semelhantes a “Atualize o repositório local do GitHub”

Mais respostas relacionadas para “Atualize o repositório local do GitHub” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código