source control

  • submit to reddit

The 10 Commandments of Good Source Control Management

Ah source control, if there’s a more essential tool which indiscriminately spans programming languages without favour, I’m yet to see it. It’s an...

23 replies - 103993 views - 03/04/12 by Troy Hunt in Articles

Automate Your DB Releases with TeamCity and Red Gate

Databases have long been the poor cousin of the application tier when it comes to many of the processes we take for granted in the .NET world. Source...

1 replies - 6100 views - 02/08/12 by Troy Hunt in Articles

All the Git hooks you need

Hooks are scripts that are called when certain events in the workflow of a source control system occur. In the case of Git, there are many possible hooks where...

2 replies - 19181 views - 09/06/11 by Giorgio Sironi in Articles

A Case for Feature Branches

How and when to create branches within a project's source control system can be a very touchy subject among software developers. Some folks branch like crazy,...

2 replies - 8812 views - 08/27/10 by Matt Stine in Articles

Evolution of a programmer

As a software developer, it's common to learn new practices every day. Although there are jokes about how the more a programmer ages, the more his lines of...

4 replies - 21349 views - 05/04/10 by Giorgio Sironi in Articles