2016-05-20 5 views

Antwort

1

Sind Ziehen und Klonen dieselben Funktionen?

Ziehen und Klonen machen im Prinzip das Gleiche wie Code aus dem Remote-Repository.

To download code for the first time along with the meta info about all 
available branches we use clone`. Once the local clone is available, 
we use pull to fetch the latest changes. 

Wie ziehe ich ein Projekt in Gitlab?

Sie sollten die Remote-Repository-URL (in http/ssh) zum Klonen bereitstellen.

git clone https://github.com/libgit2/libgit2