Adam Dąbrowski

Most Recent blog posts:

February 5, 2023
How to edit Git commits

Coherent commit history improves readability of your repository changes. It's a human thing to make an error when creating a commit - either with commit message or commit changes. Creating additional commit in such case with a "change for another change" will introduce "noise" when reviewing git history. Here is a couple of solutions to edit commits depending on which commit you want to change.

Read more