|
|
|
|
|
by tom_
2445 days ago
|
|
It's version control, not necessarily just source control! If something could benefit from being versioned, why would you not check it in? You then guarantee everybody has the same version. That's exactly what this thing is there for. Git's design can limit its usefulness in this respect - though perhaps you could solve this to some extent with git LFS? - but not all version control systems have this problem. |
|
(partial clones avoid this, but, as git isn't designed for this use case, grabbing all of history happens far too easily.)