|
|
|
|
|
by jackyb
4386 days ago
|
|
One thing that Git does not do is to track files, for a good reason. Git was designed primarily to track content which means it can track code movement between files and be smarter about compression. It is not limited by architecture of a file system. |
|