现在搭建了Gitlab了,以前git简单搭建remote server上的项目如何完整,又不影响现在开发工作的迁徙呢?
光阴似箭催人老,日月如移越少年。
Projects can be imported remotely. When creating a new project, you can enter the URL address of the project in other warehouses to import.
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.
Projects can be imported remotely. When creating a new project, you can enter the URL address of the project in other warehouses to import.
You are in your current project
This is the push.