Resolving conflicts with git-rerere
Resolving conflicts is never fun so you may as well use rerere to make fixing them easier, and even a bit fun.
As part of the graduation of custom merge checks from open-beta to general availability (GA) that is planned for late-April 2024,…
Resolving conflicts is never fun so you may as well use rerere to make fixing them easier, and even a bit fun.
At Instaclustr, we’ve experienced significant growth in our team sizes that has been great for increasing the scope and speed of our development. The flip-side to this benefit is that…
Alliterations aside, Git is full of mysteries. It doesn’t have to be like this ^. Whether you are a newbie taking…
Step by step instructions on how to write a microservice in Go with gRPC.
Choosing a programming language(s) for a new product is an important strategic decision. It influences a lot of things and has long-term implications…
Have you ever felt so passionate about a technical topic that you wrote about it? Did you feel pride when someone…
Imagine you’re working on a feature. You create a pull request with your changes and get some feedback. You update your…
Machines are cheap, but your time isn’t. Throughout your day, every tedious task adds up. Individually reverting each commit in the…
Version control is at the heart of every development team’s process. The version control tooling and technology you select not only…