-- Leo's gemini proxy

-- Connecting to sixohthree.com:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; lang=en

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

-- Response ended

-- Page fetched on Tue May 21 10:39:18 2024