# picbed **Repository Path**: Vol561/picbed ## Basic Information - **Project Name**: picbed - **Description**: 笔记图床 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-25 - **Last Updated**: 2026-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 此仓库作为笔记图床,配合PicGo使用,请勿上传敏感信息。 # 仓库空间瘦身 ```shell # 删除历史中已经被你删掉的图片 git filter-repo --invert-paths --path-glob '*.png' --path-glob '*.jpg' --path-glob '*.jpeg' --path-glob '*.gif' --path-glob '*.webp' # 清理空间 git gc --prune=now --aggressive # 强制同步到 Gitee git push origin --force --all # 查看git仓库当前空间大小 du -sh .git ```