2016-05-20 3 views

答えて

1

引き取りとクローニングは同じ機能ですか?

プルとクローンは、基本的にリモートリポジトリからコードを引き出すのと同じことを行います。私はgitlabでプロジェクトを取得するにはどうすればよい

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. 

複製するリモートリポジトリのURL(http/ssh)を指定する必要があります。

git clone https://github.com/libgit2/libgit2 
関連する問題