Before continuing, please note that this site has a Code of Conduct.
Checkout the main branch, create a new branch, make your change,
commit it, and create a patch ready for email:
git checkout https://alexschroeder.ch/cgit/elpher cd elpher git checkout -b fix-typo emacs elpher.el git add elpher.el git commit -m "Fixed some typos" git send-email --to="alex@alexschroeder.ch" HEAD^
Use a better commit message, perhaps. 😁
Here’s a nice, interactive tutorial you can play through:
If you have a public repository somewhere, feel free to send an email to alex@alexschroeder.ch with a link to the branch you’d like me to merge. There are plenty of services offering free git repositories for free software:
Pluse the usual big players: GitHub and Gitlab, and probably more.
Create an issue page, describe what you did, what you saw, and what you expected to see, may include some ideas of how to improve it, and save it. Perhaps somebody else can take a look.