RE: https://neuromatch.social/@jonny/116762329292811852
true innovation is reinventing cvs on top of git
RE: https://neuromatch.social/@jonny/116762329292811852
true innovation is reinventing cvs on top of git
git: gives you a protocol for downloading the minimal diff between your repo and the remote as one compressed stream and then syncing your working copy to a full tree snapshot
this thing: download files one a time what's the worst that can happen