eclipse - How git implements svn update operation
巴扎黑
巴扎黑 2017-05-02 09:29:02
0
2
602

Scene:

使用Team 下的 Synchronized WorkSpace 后 发现远程库有更新,选取指定文件进行更新,更新为远程库的版本。

In SVN, it is a simple update, but in git, this seems to be more troublesome. I searched for a long time and couldn't find it.

PS: Please also provide the operation method in eclipse, thank you!

巴扎黑
巴扎黑

reply all(2)
为情所困

Method 1:
Right-click the project name--> team --> pull
Method 2:
Right-click the project name--> team --> Fetch from upstream
Then right-click the project name--> team --> merge

黄舟

git fetch/pull

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template