pmprog
DNF (Did Not Finish)
- Joined
- Apr 25, 2011
- Messages
- 4,150
One thing I find a bit weird with git is that over time, the repo becomes bloated.
I've found myself deleting my clones every now and again, and recloning, and the new repo size on the disk is much smaller than the old one. I don't know if that means there's information which has been dropped, or whether there just was some caching that never got cleared.
Another issue I've had with git, is that if I've moved a folder, sometimes that change isn't reflected as I update a different computer though all the files are still considered under source control (which led to me deleting my repo and recloning, where I found the bloating issue)
I've found myself deleting my clones every now and again, and recloning, and the new repo size on the disk is much smaller than the old one. I don't know if that means there's information which has been dropped, or whether there just was some caching that never got cleared.
Another issue I've had with git, is that if I've moved a folder, sometimes that change isn't reflected as I update a different computer though all the files are still considered under source control (which led to me deleting my repo and recloning, where I found the bloating issue)