git bundle 格式及应用

git-bundle 文件是一种将 git objects 数据(git packfile)与仓库引用 refs 结合在一起的&...

Git