If moving a folder with 1000+ files, it takes a very long time, any config parameters that would speed this up or what is recommended work flow in this case?
Hi, sorry for the delay in responding. Usually these operations should not be taking very long. I would recommend profiling to see where the time is being taken, and then we can analyze further. For example, if it's waiting on a certain git command, we can trace that further and get to the bottom of delays.
@mastercoms this is a real issue caused by the Git LFS plugin. When I move files or have to generate several files when retargeting for example, I'm forced to disable the Git LFS plugin because it incurs massive overhead even for untracked files.
I don't know what the exact issue is, but I do know that Git LFS is the cause because files can be written and moved extremely quickly when I manually disable Git LFS. This issue is the biggest usability issue with the plugin.