oskar

bogacz

.dev

Hi

I am a programmer on a daily basis and I write here mainly about stuff related to Backend Development.

The newest posts:

git logo
git

Conventional Commits

In my programming adventure, like many programmers, I have had many opportunities to go through git history and check a codebase lifecycle. With different results. Sometimes the research went successful and fast, another time it was painful and slow. The second situation pushed me to always create commit messages as…

git logo
git

Git reflog

All operations in git like commits, merges etc. are stored in a particular place named “reference logs”. Git keeps track of every action on your local repository, every! Git has its own quiet worker who notes each of your moves. The first time when I needed to learn what git…