Block-level sync capability (Delta-sync)
AS a designer with many local large files
I WANT only the changes made to each file to sync (not the whole file every time)
SO I CAN save time, bandwidth, processor cycles, and my sanity.
GIVEN I use large binary files
WHEN I edit a file locally
THEN only the changes to the file are synced, not the whole file.
1
vote