LetMeFly666 / LetMeFly666/LeetCode
将历史commit按diff打包 + 每隔xx次commit全量打包一次
Open
@LetMeFly666 is already working on this.
Since Mar 25, 2025.
enhancement
- Dominant language
- C++
- Stars
- 12
- Forks
- 5
- Avg merge
- 56m
- Merged PRs (30d)
- 23
Description
这样可以保证:
- down下所有打包信息后可以还原历史每次commit记录(总量1G放在当今的存储价格还行)
- 可以从全量打包为起点,加上数次diff快速还原到某一特定版本(不需要每次都从initical commit开始还原(若只有diff打包的话))
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.