-4

For example, in a project by another developer a new file was added.

By using TortoiseGit how can I download the file to your local repository?

CodeWizard
  • 92,491
  • 19
  • 110
  • 133
  • 1
    voted to close: no research effort & quite general computer knowledge .. well I get SCMs are mainly for coding but .. there is a limit :D – Daij-Djan Mar 13 '16 at 11:54

1 Answers1

1

You need to pull the changes from the remote repository.

See Tortoise documentation here: https://tortoisegit.org/docs/tortoisegit/tgit-dug-pull.html

In short:

Right click in directory. Choose TortoiseGit → Pull... .

Igal S.
  • 9,704
  • 4
  • 28
  • 43