现在搭建了Gitlab了,以前git简单搭建remote server上的项目如何完整,又不影响现在开发工作的迁徙呢?
PHPz2017-04-24 09:15:52
Projects can be imported remotely. When creating a new project, you can enter the URL address of the project in other warehouses to import.
PHPz2017-04-24 09:15:52
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.