eclipse - git如何实现svn的更新操作
巴扎黑
巴扎黑 2017-05-02 09:29:02
0
2
530

场景:

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

在SVN就是简单的update,可在git中这个貌似还比较麻烦,找了半天没找到。

PS:还请给出eclipse中的操作方法,谢谢!

巴扎黑
巴扎黑

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!