search

Home  >  Q&A  >  body text

eclipse - How git implements svn update operation

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!

巴扎黑巴扎黑2813 days ago590

reply all(2)I'll reply

  • 为情所困

    为情所困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

    reply
    0
  • 黄舟

    黄舟2017-05-02 09:31:02

    git fetch/pull

    reply
    0
  • Cancelreply