如何把已存在的git项目转移到Gitlab项目?
大家讲道理
大家讲道理 2017-04-24 09:13:52
0
2
944

现在搭建了Gitlab了,以前git简单搭建remote server上的项目如何完整,又不影响现在开发工作的迁徙呢?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
PHPzhong

Projects can be imported remotely. When creating a new project, you can enter the URL address of the project in other warehouses to import.

PHPzhong

You are in your current project

git remote add gitlab www.yougitlaburl.com:yourname/yourproject.git
git push -u gitlab master

This is the push.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template