The content provides a solution for resolving the 'DCO is missing' error encountered when forking a GitHub project. It outlines steps to amend commits with sign-off, including adding a commit-msg hook script. Successfully following these instructions helps ensure that your pull request functions correctly.
Cheat Sheet: Cancel last git commit and keep files
This blog post is just a short cheat sheet, and this is the command that cancels your last git commit and keeps your local files.
Create a new GitHub repository based on a template
This blog post is a cheat sheet how to create a new git repository from a GitHub repository template. In that case we use the template-terraform-gitops repository. That repository is a template to build own modules for terraform automations.
How to install MkDocs on Mac and setup the integration to GitHub pages?
This blog post contains the simplified steps to setup MkDocs for a GitHub project to use it with GitHub Pages. I won't covering details. The blog post is for me a little cheat sheet and maybe it is also useful for you. Steve Martinelli created an awesome blog post in that context called 5 Features I Like About Material for MkDoc.
Get started with GitBook and GitHub a small guide
In this blog post I want to point out the great documentation topic GitBook. The first time I noticed GitBook, was in a hands-on workshop, when I asked the presenters how they create and update their good looking workshop documentation. I directly tried out the free GitBook version for one of my GitHub projects and... Continue Reading →
