# 云风 - Git Shallow Clone 的一个问题 (Highlights)

## Metadata
**Cover**:: https://readwise-assets.s3.amazonaws.com/static/images/article2.74d541386bbf.png
**Source**:: #from/readwise
**Zettel**:: #zettel/fleeting
**Status**:: #x
**Authors**:: [[云风]]
**Full Title**:: Git Shallow Clone 的一个问题
**Category**:: #articles #readwise/articles
**Category Icon**:: 📰
**Document Tags**:: #git
**URL**:: [blog.codingnow.com](https://blog.codingnow.com/2020/02/git_clone_from_shallow_bundle.html)
**Host**:: [[blog.codingnow.com]]
**Highlighted**:: [[2020-02-12]]
**Created**:: [[2022-09-26]]
## Highlights
- git bundle create bundlefile --all
- git bundle unbundle bundlefile
- git 还不知道是 shallow clone 。好在这个文件很简单,就是 HEAD 的 hash 。手工创建一个就好了。