項目上傳git倉庫導入項目

git clone ‘你的Git倉庫地址’

git init  //初始化
git add . //添加所有
git commit -m "first commit"  //提交 並備註
git remote add origin 你的url地址
git push -u origin master  //push

然後eclipse 導入maven項目

右鍵單擊項目-->Team --> share --> finish

 

發佈了48 篇原創文章 · 獲贊 9 · 訪問量 7萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章