Learning the Check-in Dance
Category: Tools > Version Control      Posted: 25 Mar 09

In this episode we will walk you though the various steps that make up the Check-in Dance. The steps of the check-in dance are below:

  • Compile your local copy of the code
  • Test your local copy of the code
  • Get the latest version from source control and merge
  • Compile the merged versi...