↳
In-reply-to
»
Learn to use email with git! Patch Workflows - Ry’s Git Tutorial - RyPress -- Another good blog post on working with Git patches via Email as well as applying them. -- The key point (I think) is that you need to grab the entire contents of email email in order in order to pipe the contents into
⤋ Read More
git am -
-- Hmmm 🤔 -- I think we can do better than this...
@justamoment@twtxt.net Yup pretty much. That’s what I’m thinking here… So the Web UI we build need to support IndieAuth I think (well it would be nice if it did I think) so we can manage repos… Repo descriptions can be stored/retrieved from .git/description
– Likewise we can probably do something with SSH keys like storing the keys permitted for “write” access in .git/authorized_keys
. What else? Hmmm 🤔