git archive、bundle 与离线迁移 | Git

本章覆盖:`git archive`;snapshot export;no `.git` history;`git bundle`;transport repository history as file;offline transfer;backup / migration;verify bundle;clone from bundle;air-gapped environment;与直接 zip 项目的差异。

本章知识点

  • git archive
  • snapshot export
  • no .git history
  • git bundle
  • transport repository history as file
  • offline transfer
  • backup / migration
  • verify bundle
  • clone from bundle
  • air-gapped environment
  • 与直接 zip 项目的差异