💾 Archived View for bbs.geminispace.org › u › jsreed5 › 17725 captured on 2024-06-16 at 14:37:22. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "How do you prefer to write your gemlogs?"
@gritty I don't automate the pull from the capsule to my devices--and that has bitten me before! Technically I have a bare repository on the capsule server to push and pull from, and Jetforce serves the capsule files from a local clone of the bare repository. That clone does pull automatically.
Jun 06 · 10 days ago
@jsreed5 I've not done this on the server. githooks?
@gritty That's correct. I don't use Titan so I can't post the hook as a multiline comment here, but I use the "post-update" hook in the bare repo to cd to the local clone, unset the GIT_DIR variable (which otherwise defaults to the bare repo directory), and pull.
How do you prefer to write your gemlogs? — How do you prefer to write your gemlogs? In the past I've done it straight on my server with nano or vi, and I've also experimented with writing everything locally and then using scp to copy thew new files over. Both seem to be equally good for my purposes as long as I have my column width set appropriately in my editor. I considered writing things and then uploading with Titan, but my current capsule software doesn't support Titan that I'm aware of...