Skip to content
代码片段 群组 项目
提交 4378f716 编辑于 作者: Alvin Gounder's avatar Alvin Gounder
浏览文件

Update Split size recommendation

上级 eb05405a
No related branches found
No related tags found
无相关合并请求
......@@ -143,10 +143,10 @@ To clean up a repository:
1. Upload a list of objects. For example, a `commit-map` file created by `git filter-repo` which is located in the
`filter-repo` directory.
If your `commit-map` file is larger than 10MB, the file can be split and uploaded piece by piece:
If your `commit-map` file is larger than about 250KB or 3000 lines, the file can be split and uploaded piece by piece:
```shell
split -l 100000 filter-repo/commit-map filter-repo/commit-map-
split -l 3000 filter-repo/commit-map filter-repo/commit-map-
```
1. Click **Start cleanup**.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册