Comparing the single-file efficiency of version control systems - Programming On Unix
Users browsing this thread: 3 Guest(s)
|
|||
So it seems that availability of git is a strong argument. I also like the (unpacked) storage format though naming files by their hash.
Git status is also very very efficient (maybe it uses tricks with mtime), and git push/pull of large repos plays nice with bandwidth, such as the way to compare remote with local status (just compare a single hash for master for instance). These few facts might quickly lead one to think "yeah, git's the best all of the time". Thanks for proving it false, nothing beats go checking the facts for building an opinion. |
|||
Messages In This Thread |
Comparing the single-file efficiency of version control systems - by jkl - 03-04-2020, 10:35 AM
RE: Comparing the single-file efficiency of version control systems - by venam - 03-04-2020, 10:50 AM
RE: Comparing the single-file efficiency of version control systems - by jkl - 03-04-2020, 11:12 AM
RE: Comparing the single-file efficiency of version control systems - by twee - 04-04-2020, 05:51 AM
RE: Comparing the single-file efficiency of version control systems - by jkl - 04-04-2020, 06:19 AM
RE: Comparing the single-file efficiency of version control systems - by josuah - 08-04-2020, 03:17 PM
RE: Comparing the single-file efficiency of version control systems - by jkl - 08-04-2020, 03:44 PM
|