所需條件
- 擁有g(shù)ithub賬號(hào)
- eclipse安裝git插件
操作步驟
- eclipse安裝git插件
-
點(diǎn)擊help下面的eclipse marketplace
搜索git骗炉,并安裝egit插件(我這邊已經(jīng)安裝過了娘香,所以顯示installed)
- 提交項(xiàng)目
-
在需要提交的項(xiàng)目上右鍵舟误,選擇team下的share project
選擇git
- 選擇use or create repository in parent folder of project ,表示在項(xiàng)目的工作空間創(chuàng)建git repository
-
點(diǎn)擊create 然后點(diǎn)擊 finish (create repository 是可點(diǎn)擊的崔泵,我這里是因?yàn)辄c(diǎn)擊過了)
把target 加入到ignore
在target 文件夾上右擊 選擇team ignore在窗口選擇器中選擇git
在這里可以看到ignore文件,可以直接編輯
編輯git文件嫉髓,添加一些不需要提交的文件和文件夾
- 在項(xiàng)目上面右擊選擇team commit
進(jìn)入提交界面
選中左上角的內(nèi)容選擇add to index倘零,這里注意,在ignore中添加的文件是不會(huì)在這里顯示的,ignore就表示不需要使用git管理這些文件
- 添加注釋 選擇提交
- 在github上創(chuàng)建repository
創(chuàng)建完成之后得到repository的路徑
-
選擇team選項(xiàng)中的remote push
uri就是創(chuàng)建的repository的路徑
user 和password 就是github的賬號(hào)和密碼
添加完成之后點(diǎn)擊finish兜畸,進(jìn)入下面界面
點(diǎn)擊finish 完成