Egit ssh 更改push &拉
在我的办公室,Eclipse 被广泛使用,我新安装了 Eclipse 的 GIT
和 Egit
插件。
我不是 CVCS 或 DVCS 用户,系统要求我安装和配置 Egit。
我可以使用 Egit 在 Ubuntu 桌面系统之间以图形方式克隆远程项目。
我无法理解的是,每当我在项目下创建任何文件夹/文件或更新项目时,以及在拉动(RC on project>Team>Pull
)或推送(RC在项目>团队>远程>推送
)上显示最新
,但我在另一台计算机上看不到任何新创建的文件夹/文件或更新的文件。
使用 Egit 克隆存储库后进行推拉的正确方法是什么?
我正在尝试这种方式:
更新了计算机上的项目
在项目上进行了RC
>Team>Add
和团队>提交
前往远程计算机并对项目进行了RC> ;
Team>Pull
并得到提示 Up-to-date我在这台远程计算机上执行了
Team>Add
和Team>Commit
,但我没有看到源计算机上所做的更改。< /p>
请不要骂我,我知识不多。
如何使用 Egit 在两台计算机之间进行正确的推拉操作?
In my office Eclipse is being used popularly and I have newly installed GIT
and Egit
plugin for Eclipse.
I'm not CVCS or DVCS user and I'm asked to install and configure Egit.
I could able to clone a remote projects Graphically with Egit between Ubuntu desktop systems.
Where I'm failing to understand is, when ever I create any folder/file under the project or update the project and after pulling (R.C on project>Team>Pull
) or pushing (R.C on project>Team>Remote>Push
) it's says Up-to-date
, but I could not see any newly created folders/files or updated files on the another computer.
What's the proper way of doing push and pull after cloning the repo with Egit?
I'm trying in this way:
Updated a project on a computer
Did R.C on project
>Team>Add
andTeam>Commit
Went to Remote computer and did R.C on project>
Team>Pull
and got the prompt Up-to-dateI did
Team>Add
andTeam>Commit
on this remote computer but I didn't see the changes which is made on the source computer.
Please don't scold me as I've no much knowledge.
How do I do proper push and pull between two computers with Egit?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(我永远不会骂你;))
可以确定的是,您在源计算机上执行了
Team>Add
和Team>Commit
吗?< br>因为除非您在源计算机上提交更改,否则您将无法在远程计算机上进行 RC(我想是“远程控制”?)并在那里
Team>Pull
:它不会从其中提取任何内容源计算机存储库。(I would never scold you ;) )
Just to be sure, you did
Team>Add
andTeam>Commit
on the source computer?Because unless you commit changes on the source computer, you won't be able to R.C. ("Remote Control", I suppose?) on the remote computer and
Team>Pull
there: it would pull nothing from the source computer repo.