💾 Archived View for sixohthree.com › log › git-bundles.gmi captured on 2024-05-12 at 15:05:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-06-03)

-=-=-=-=-=-=-

Git Bundles

I've just learned about git-bundle(1), which lets you create single-file git archives with full history that you can clone from. This is slightly different from a .tar.gz or .zip archive of a repository checkout, in that the bundle file can act as a remote, and you can easily (and atomically) replace it at any time.

Here's a bundle of logseq2gemtext, created using "git bundle create logseq2gemtext.bundle main" within my local repository:

logseq2gemtext.bundle

Once downloaded, you can clone this bundle to a new checkout using "git clone -b main logseq2gemtext.bundle logseq2gemtext".

Thanks mbays for mentioning this on your gmisub2atom page and making me aware.

gmisub2atom

logseq2gemtext

✑ Annika

📅 24 May 2022

gemlog

home