Does Tortoisegit support Git Lfs ?
TL;DR: Yes, you can use TortoiseGit with Git LFS w/o problems, however, it needs to be set up using the CLI once (for every client git lfs install
and repository).
The main question is: What do you mean by "supports"?
Up to TortoiseGit version 2.10 there was no GUI support available for Git LFS in TortoiseGit at all. However, that does not mean that you cannot use TortoiseGit with Git LFS. If Git LFS is configured for a repository once (i.e., it is configured what files to keep in LFS using git lfs track "*.psd"
and .gitattributes
is tracked in the repository) and the hooks are set up on the client (by issuing git lfs install
and Git LFS is installed on the client, IIRC it is selected by default in Git for Windows), you can use TortoiseGit with Git LFS w/o problems as no special LFS commands need to be issued. Working with files then works transparently using the normal Git commands.
Starting with TortoiseGit 2.11 there is special support for LFS file locking.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With