簡介
首先在myeclipse中安裝github客戶端插件,這里就不說了,跟安裝svn客戶端插件一樣的步驟
1、選中要push到github的工程右鍵team->share project->選擇git->next
2、在github上創建cxf_client工程
3、把cxf_client初始化為本地倉庫
4、把cxf_client提交到本地倉庫team->commit
5、創建remote連接
6、remote名稱
7、輸入要上傳的地址和用戶名密碼
8、選中cxf_client工程team->remote->push
9、看圖
10、驗證發現,git_project成功上傳到了github上去了