|
|
|
|
|
by MarkSweep
991 days ago
|
|
RE large pack files: you can remove unused objects with these commands: git repack -AFd git prune --expire now Also related, the initial git clone from a TFS server (as of 2015) can include every object ever pushed to the server, even if it is on no current branch. So the above commands might save significant space locally. I’m not if newer versions of TFS and DevOps improved this behavior. |
|