Search code examples
gitsvngit-svntortoisegit

TortoiseGit cloned SVN repository - pull new changes


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?

enter image description here

Thanks


Solution

  • SVN rebase was the solution to the question. As proposed by @fboule and @yishaiz in the comments.