Close

Articles


Git or SVN? How Nuance Healthcare chose a Git branching model?

This is a guest post from Matt Shelton at Nuance Healthcare. This is the first post in a series about his team moving from Subversion to Git, why they did it, and...

Dealing with Maven dependencies when switching to Git

So we're moving to Git and we like git-flow. Now what? Let's test it all out! My team is great. They threw together a hit list of developer workflows in Confluence...

Core concept, workflows and tips

Including submodules as part of your Git development allows you to include other projects in your codebase, keeping their history separate but synchronized with...

Pull request proficiency: Fetching abilities unlocked!

Nowadays applying a fix to a project is as easy as creating a fork - which conjures up a full remote copy of the project for you to hack on - selecting the file you...

Git and project dependencies

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