Blog
A collection of my articles. Worded in english to be usable for as many people as possible.

Enhanced Windows terminal prompt
November 22, 2020When watching videos I often saw a nice command prompt with context information about for example the current branch. So, I wanted to install that for myself since it would be nice to see instantly what my path or git status is. I documented the installation.

Git bisect
November 8, 2020Use the bisect command to track down the git commit that has caused an issue in your code.

Git Basics III
July 16, 2019I have previously written articles that cover the basics commands of Git. In this article, I will go a little more in-depth about the working of Git which helped me a lot in my understanding of what commands to use.

Git Basics II
July 10, 2019What are the main commands I use when working with Git?

Git Basics I
July 9, 2019I'm using a Git GUI for quite a while now (Sourcetree mainly) and with the most frequently used actions I understand what is going on. But when I have to do things that I use less frequently and are more complex I am relying on the GUI to help out.