I cloned an SVN repository using TortoiseGit (it uses git-svn internally).
The change happened perfectly.
However, I would like to pull the new commits that the colleagues made.
I tried SVN Fetch
and it lists and changed files, but does not seem to add them to the log.
How do I pull the new changes?
Thanks
SVN rebase was the solution to the question. As proposed by @fboule and @yishaiz in the comments.