I forget the details of the workflow that led to it, but the solution was adding git prune to my update script to avoid dangling blobs. That is - instead of running git pull I run a script which pulls and prunes master, then offers to merge if I was ...
↧