GIT - Artykuły
Git – under the hood again
Here is a continuation of my older article about git. This time, I will talk about branches and HEAD (my personal horror until I understood its true […]
Git rebase vs merge – is there any difference?
In this article we want to have a look at two common git command – git rebase and git merge. We will see how these […]
GIT – under the hood
Most of us use git as a version control tool and it isn’t a surprise. It’s very useful but it has one drawback – we […]