• 在gitlab上new 一个project

  • 跳转到本地的git 目录中,运行命令

git remote add gitlab gitlab_new_project_address

-最后运行如下命令,将本地git仓库push到server:

git push gitlab master

相关文章:

  • 2022-12-23
  • 2021-11-20
  • 2022-01-27
  • 2021-05-03
  • 2019-06-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-09
  • 2022-12-23
  • 2021-10-05
  • 2021-07-24
  • 2021-10-14
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案