Hacker News new | ask | show | jobs
by ntSean 1519 days ago
Used Git with Unity for over 10 years. What problems have you run into?

LFS is of course a must. No one should be diffing audio files via text haha!

1 comments

Git handles binary files just fine without LFS. The point of LFS is to reduce the size of repository clones, by not cloning the full history of large files.