jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
622 stars 136 forks source link

What's the difference to git-lfs? #100

Closed con-f-use closed 2 years ago

con-f-use commented 2 years ago

What's the difference to git-lfs? Sorry for the ignorant question, but you mention to similar projects but not git-lfs. Maybe git-lfs and its relation to git-fat should be in the Readme's "related projects" section.

jedbrown commented 2 years ago

git-lfs was created after git-fat. Many people find git-fat simpler, but I unfortunately don't have time to maintain this project and no longer have a need to use it so git-lfs is probably a better choice. (What makes maintenance hard is that people want to make changes that would break backward compatibility, though we don't have great test coverage of that.)

con-f-use commented 2 years ago

I feel your pain :grin: Maybe just add this answer to the Readme?