如何从 gitlab 中提取项目? [复制]
Posted
技术标签:
【中文标题】如何从 gitlab 中提取项目? [复制]【英文标题】:How to pull a project from gitlab? [duplicate] 【发布时间】:2016-09-17 06:15:51 【问题描述】:如何在 gitlab 中拉取项目? 拉取和克隆是相同的功能吗? 请告诉我我对 git 很陌生。
【问题讨论】:
【参考方案1】:拉取和克隆是一样的功能吗?
拉取和克隆基本上与从远程存储库拉取代码相同。
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.
如何在 gitlab 中拉取项目?
您应该提供远程存储库 url(在 http/ssh 中)以进行克隆。
git clone https://github.com/libgit2/libgit2
【讨论】:
以上是关于如何从 gitlab 中提取项目? [复制]的主要内容,如果未能解决你的问题,请参考以下文章
如何在gitlab-ci.yml中将文件从存储库复制到用于作业的docker容器中
如何从 Gitlab webhook 事件负载中获取项目名称