Posts tagged "Git"

Use git bisect to pinpoint a bug

Last updated
Use git bisect to pinpoint a bug

During my work on Maven today, I found a very specific bug. The error message wasn’t that clear, and I couldn’t make a guess what might’ve caused it. I read about git bisect a few times and figured that today, I would use that tool to find the bug.

Read more... →

Multiple Git identities

Last updated
Multiple Git identities

Everything is code, and code is everywhere. For me, this means I put more and more stuff into version control. Whether it is infrastructure descriptions, documentation, software or this blog, I always store it in a Git repository. But sometimes this gets dirty, because you accidentally forget to change your Git user details.

Read more... →