Git commit conventions

Using conventions in Github commits This content was adopted from ChatGPT. What is conventional-changelog? conventional-changelog is a Node.js tool (and family of libraries) that automatically generates changelogs from commit messages that follow the Conventional Commits specification. ...

February 1, 2026 · 2 min · Markus Greiner

github, azure and mirrors

Simple mirror push Simple mirror push — just a few commands: 1. Clone the GitHub repo as a bare clone ...

January 15, 2026 · 2 min · Markus Greiner

How to work with modules and packages in Go

I had to practice a long time to understand the go concepts of modules, packages, and how to publish them to github. Here are my learnings. ...

July 30, 2023 · 3 min · Markus Greiner

Using Jekyll

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated. ...

March 12, 2022 · 2 min · Markus Greiner