首先打开eclipse
找到windows->preferences->team->git 可以查看默认仓库路径
一、项目上传
1.configuration 查看用户名和邮箱
2.选择项目,右击选择team->share project->git next
3.选择use or create repository in parent folder of project(2、3可以忽略)
4.windows->show view ->git->git repositories显示git repositories窗口
5.在git repositories下面选择第三个
第二个add an exiting local git repositories to this view
第三个clone a git repositories and add the clone to this view
第四个create a new git repositories and add it to this view
6.Host填写git@github.com
7.Repository path填写远程仓库的路径,例如joyceshenhui/StudyRemote
8.Protocl选择ssh
9.next->finish
10.选择项目,右击选择team->share project->git next
11.repository选择刚才的项目->finish
12.右击项目team-> add to index
13.右击项目team-> commit填写提交信息然后commit,项目上面会有个向上的箭头
14.右击项目team->push to upstream这样就上传上去了
二、项目下拉
1.在git repositories下面选择第三个,步骤同上
2.在左边白色区域,右击选择import->git->projects for git next
3.exiting local repository->next
4.选择下拉项目的路径 next
5.选中working directory下面的项目 next finish这样就可以看到下拉的项目了
6.后面的步骤同上传,只是上传前必须team->pull
7.如果项目有改动,add->commit->pull之后会有红色的表示冲突,解决后操作同上
eclipse如何使用git
最新推荐文章于 2024-08-20 02:14:22 发布