TL;DR The trouble with git starts when you need to use some of its advanced features, like git rebase the command line. I am still on a happy path where…
TL;DR In this week’s reading club, we recommend an example of how to teach Git using Rachel M. Carmena’s drawings. We all know that we should follow three git steps…
TL;DR As github has deprecated service integration feature, I had to reconfigure jenkins integration using webhooks. As this is not straightforward to do, this blog post will help you to…
TL;DR Last week I learned from a developer very useful git feature, add to repository only part of file changes. This was part of unintentional pairing with a developer. I…