Hacker News new | ask | show | jobs
by tomfakes 5712 days ago
Technically, I guess you could, but this would be a quite a long way from what Git is good at - text files. Git does a bunch of compression of changes that works well for text, and doesn't work at all for binary files. Your pulls and pushes will be very large.

This is probably possible, but not a very good idea.