Articles About

Git

Two weeks ago I had the pleasure of speaking at the Jazoon conference in Switzerland about Git workflows. One particular...

Recently I had the chance to meet the team over at CloudCannon and discuss how they develop their application using Bitbucket and Docker. They've faced challenges many other small teams are dealing with in...

Developing as a team can be messy. You’re trying to understand which pieces of code everyone is working on, trying to make sure changes don’t conflict, trying to find defects before your customers do,...

It’s a known issue that Git doesn’t play nicely with large files, and it’s not just developers who struggle with large files and version control. Native Git's limitations make it challenging for team members...

Are you on one of those teams that finds all kinds of ways to stretch the limits of its development tools? If you're at a big company, working on big projects stored in big...

Git hooks are awesome in the context of continuous integration, so I want to share three CI-related use cases and point you to some ready-made hooks you can add to your workflow. If you're...