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.
Reset your last GitHub commit
This blog post is a short cheat sheet. Sometimes you need to cancel your last GitHub commit before you push your changes to GitHub.
Get started with Jekyll for blog posts and deploy the blog to GitHub pages
In this blog post, we’ll take a look at Jekyll to get a basic understanding how usage and setup works. We won’t use an existing template, we’ll follow the initial steps for implementation and then we configure the source code for a custom deployment to GitHub pages.
How to create a GitHub tag for your last commit?
This is a short blog post about: how to create a tag for your last commit in GitHub?. It's good to have tags as they help you easily compare changes to your source code on GitHub.
Connect to a PostgreSQL database, create tables, insert data, and use a file from a GitHub project with GO
This blog post covers the topic connect to a PostgreSQL database, create tables, insert data and use a file from a GitHub project and do the implementation with GO. That blog post is also related to my last blog post called Connect to a PostgreSQL database using GO. You find the related code to my new blog post in that GitHub project.
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.
