Articles About

Git

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

(Yes the title of this post is a pun, apologies!) I have written about aliases before! See for example a...

If you follow Atlassian, you know we’re big on continuous integration (“CI”) and Git–separately, sure: but even bigger on the power that the...

In almost every instance, software development is a collaborative effort – multiple people are working with any given issue during...

Consider the following questions: How do you handle project dependencies with git? Our project is made up of multiple inter-dependent repositories....

How do you divide a Git repo without squashing the history and breaking the original repo? I’ll show you how...