Git |
SVN |
You have a server project connected to a repository. This section describes way to get changes made by your colleagues from repository.
In git terminology, this process is known as git pull. Instead of pull, you can do fetch and merge, or fetch and rebase.
In Navigator, right click the project and choose →
In File Explorer, right click the project and choose → .
Choose origin and branch and click
.Close the log.
Switch to local repository and type git pull
.
In svn terminology, this process is known as svn update.
Right click the project name in Navigator, and choose → from the context menu.
In File Explorer, right click the project directory and choose SVN Update from context menu.
Move to the project directory and type svn update
.