top | item 46593708

(no title)

seunosewa | 1 month ago

There's no reason why Claude can't use git to manage the folders that it controls.

discuss

order

binarymax|1 month ago

Most of these files are binary and are not a good fit for git’s graph based diff tracker…you’re basically ending up with a new full sized binary for every file version. It works from a version perspective, but is very inefficient and not what git was built for.

oblio|1 month ago

Git isn't good with big files.

I wanted to comment more, but this new tool is Mac only for now, so there isn't much of a point.

mhitza|1 month ago

Too hard for AI to make crossplatform tools.

Imustaskforhelp|1 month ago

git with lfs

There is also xet by huggingface which tries to make git work better with big files