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!
为情所困2017-05-02 09:31:02
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