gitlab上用sourcetree新建項目

1.在gitlab上新建項目  2.打開sourcetree克隆倉庫 3.進入命令行,輸入 1)git config --global user.name"your_name" 2)git config --global user.email "your_email" 3)git init 4.打開本機的項目路徑,把自己的代碼copy到項目中 5.命令行,輸入 git add . git comm
相關文章
相關標籤/搜索