“Aktualisieren Sie das lokale Repository aus GitHub” Code-Antworten

Aktualisieren Sie das lokale Repository aus GitHub

git pull origin master
BlueMoon

So aktualisieren Sie Ihr lokales Repository

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

Ähnliche Antworten wie “Aktualisieren Sie das lokale Repository aus GitHub”

Fragen ähnlich wie “Aktualisieren Sie das lokale Repository aus GitHub”

Weitere verwandte Antworten zu “Aktualisieren Sie das lokale Repository aus GitHub” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen